#388609

Color #388609 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #388609

Tints of Bilbao #388609

Color information

#388609 (or 0x388609) is unknown color: approx Bilbao. HEX triplet: 38, 86 and 09. RGB value is (56,134,9). Sum of RGB (Red+Green+Blue) = 56+134+9=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 134 (52.73% from 255 or 67.34% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 134 - color contains mainly: green. Hex color #388609 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388609 is #C779F6. Grayscale: #606060. Windows color (decimal): -13072887 or 624184. OLE color: 624184.

HSL color Cylindrical-coordinate representation of color #388609: hue angle of 97.44º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #388609 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB561349-
CMYK0.5800.930.47
HSL97.44º87.41%28.04%-
HSV(B)97.44º93.28%52.55%-
XYZ10.2117.913.18-
YUV96.4378.6699.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 134 (52.73% from 255) = 67.34%
BLUE value IS 9 (3.91% from 255) = 4.52%
R=28.14%
G=67.34%
B=4.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5613490.5800.930.4797.4487.4128.04
Hex388693A05D2F61571c
Octal70206117201355714112734
Binary111000100001101001111010010111011011111100001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388609; }

 p { color: rgb(56,134,9); }

 H1.HeaderClassName
 {
   color: #388609;
 }
 .AnyTagClassName
 {
   color: #388609;
 }
</style>
background-color css

<style>
 a { background-color: #388609; }

 a { background-color: rgb(56,134,9); }

 div.DivClassName
 {
   background-color: #388609;
 }
 .BgClassName
 {
   background-color: #388609;
 }
</style>
border-color css

<style>
 span { border-color: #388609; }

 span { border-color: rgb(56,134,9); }

 td.TdClassName
 {
   border-color: #388609;
 }
 .TagClassName
 {
   border-color: #388609;
 }
</style>