Html Css Color HEX #428210 Bilbao

📋 copy color: '#428210'

red 66 ◦ green 130 ◦ blue 16

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

Shades of Bilbao #428210

Tints of Bilbao #428210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.55%

R = 31.13%
G = 61.32%
B = 7.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#428210 (or 0x428210) is known color: Bilbao. HEX triplet: 42, 82 and 10. RGB value is (66,130,16). Sum of RGB (Red+Green+Blue) = 66+130+16=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 130 (51.17% from 255 or 61.32% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 130 - color contains mainly: green. Hex color #428210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428210 is #BD7DEF. Grayscale: #626262. Windows color (decimal): -12418544 or 1081922. OLE color: 1081922.

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

Color convert

RGB 66 130 16 -
CMYK 0.49 0 0.88 0.49
HSL 93.68º 0.78% 0.29% -
HSV(B) 93.68º 0.88% 0.51% -
XYZ 10.32 17.16 3.26 -
YUV 97.87 81.8 105.27 -
System Red Green Blue C M Y K H S L
Decimal 66 130 16 0.49 0 0.88 0.49 93.68 0.78 0.29
Hex 42 82 10 31 0 58 31 5E 4E 1D
Octal 102 202 20 61 0 130 61 136 116 35
Binary 1000010 10000010 10000 110001 0 1011000 110001 1011110 1001110 11101

Color Harmonies of #428210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428210

Black with #428210

Text Example


Text Example

White with #428210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428210; }

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

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

background-color css

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

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

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

border-color css

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

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

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