Html Css Color HEX #428212 Bilbao

📋 copy color: '#428212'

red 66 ◦ green 130 ◦ blue 18

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

Shades of Bilbao #428212

Tints of Bilbao #428212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.75%

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

R = 30.84%
G = 60.75%
B = 8.41%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#428212 (or 0x428212) is known color: Bilbao. HEX triplet: 42, 82 and 12. RGB value is (66,130,18). Sum of RGB (Red+Green+Blue) = 66+130+18=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #428212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428212 is #BD7DED. Grayscale: #626262. Windows color (decimal): -12418542 or 1212994. OLE color: 1212994.

HSL color Cylindrical-coordinate representation of color #428212: hue angle of 94.29º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #428212 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 18 -
CMYK 0.49 0 0.86 0.49
HSL 94.29º 0.76% 0.29% -
HSV(B) 94.29º 0.86% 0.51% -
XYZ 10.34 17.17 3.34 -
YUV 98.1 82.8 105.11 -
System Red Green Blue C M Y K H S L
Decimal 66 130 18 0.49 0 0.86 0.49 94.29 0.76 0.29
Hex 42 82 12 31 0 56 31 5E 4C 1D
Octal 102 202 22 61 0 126 61 136 114 35
Binary 1000010 10000010 10010 110001 0 1010110 110001 1011110 1001100 11101

Color Harmonies of #428212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428212

Black with #428212

Text Example


Text Example

White with #428212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428212; }

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

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

background-color css

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

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

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

border-color css

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

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

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