Html Css Color HEX #428409 Bilbao

📋 copy color: '#428409'

red 66 ◦ green 132 ◦ blue 9

#428409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #428409

Tints of Bilbao #428409

RGB

 RED value IS 66 (26.17% from 255) = 31.88%

 GREEN value IS 132 (51.95% from 255) = 63.77%

 BLUE value IS 9 (3.91% from 255) = 4.35%

R = 31.88%
G = 63.77%
B = 4.35%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#428409 (or 0x428409) is known color: Bilbao. HEX triplet: 42, 84 and 09. RGB value is (66,132,9). Sum of RGB (Red+Green+Blue) = 66+132+9=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #428409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428409 is #BD7BF6. Grayscale: #626262. Windows color (decimal): -12418039 or 623682. OLE color: 623682.

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

Color convert

RGB 66 132 9 -
CMYK 0.5 0 0.93 0.48
HSL 92.2º 0.87% 0.28% -
HSV(B) 92.2º 0.93% 0.52% -
XYZ 10.55 17.68 3.12 -
YUV 98.24 77.63 105 -
System Red Green Blue C M Y K H S L
Decimal 66 132 9 0.5 0 0.93 0.48 92.2 0.87 0.28
Hex 42 84 9 32 0 5D 30 5C 57 1C
Octal 102 204 11 62 0 135 60 134 127 34
Binary 1000010 10000100 1001 110010 0 1011101 110000 1011100 1010111 11100

Color Harmonies of #428409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428409

Black with #428409

Text Example


Text Example

White with #428409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428409; }

 p { color: rgb(66,132,9); }

 H1.HeaderClassName
 {
   color: #428409;
 }
 .AnyTagClassName
 {
   color: #428409;
 }
</style>

background-color css

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

 a { background-color: rgb(66,132,9); }

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

border-color css

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

 span { border-color: rgb(66,132,9); }

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