Html Css Color HEX #428812 Bilbao

📋 copy color: '#428812'

red 66 ◦ green 136 ◦ blue 18

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

Shades of Bilbao #428812

Tints of Bilbao #428812

RGB

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

 GREEN value IS 136 (53.52% from 255) = 61.82%

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 30%
G = 61.82%
B = 8.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#428812 (or 0x428812) is known color: Bilbao. HEX triplet: 42, 88 and 12. RGB value is (66,136,18). Sum of RGB (Red+Green+Blue) = 66+136+18=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #428812 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428812 is #BD77ED. Grayscale: #666666. Windows color (decimal): -12417006 or 1214530. OLE color: 1214530.

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

Color convert

RGB 66 136 18 -
CMYK 0.51 0 0.87 0.47
HSL 95.59º 0.77% 0.3% -
HSV(B) 95.59º 0.87% 0.53% -
XYZ 11.16 18.81 3.61 -
YUV 101.62 80.81 102.59 -
System Red Green Blue C M Y K H S L
Decimal 66 136 18 0.51 0 0.87 0.47 95.59 0.77 0.3
Hex 42 88 12 33 0 57 2F 60 4D 1E
Octal 102 210 22 63 0 127 57 140 115 36
Binary 1000010 10001000 10010 110011 0 1010111 101111 1100000 1001101 11110

Color Harmonies of #428812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428812

Black with #428812

Text Example


Text Example

White with #428812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428812; }

 p { color: rgb(66,136,18); }

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

background-color css

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

 a { background-color: rgb(66,136,18); }

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

border-color css

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

 span { border-color: rgb(66,136,18); }

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