Html Css Color HEX #428810 Bilbao

📋 copy color: '#428810'

red 66 ◦ green 136 ◦ blue 16

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

Shades of Bilbao #428810

Tints of Bilbao #428810

RGB

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

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

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

R = 30.28%
G = 62.39%
B = 7.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#428810 (or 0x428810) is known color: Bilbao. HEX triplet: 42, 88 and 10. RGB value is (66,136,16). Sum of RGB (Red+Green+Blue) = 66+136+16=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #428810 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428810 is #BD77EF. Grayscale: #656565. Windows color (decimal): -12417008 or 1083458. OLE color: 1083458.

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

Color convert

RGB 66 136 16 -
CMYK 0.51 0 0.88 0.47
HSL 95º 0.79% 0.3% -
HSV(B) 95º 0.88% 0.53% -
XYZ 11.14 18.8 3.53 -
YUV 101.39 79.81 102.76 -
System Red Green Blue C M Y K H S L
Decimal 66 136 16 0.51 0 0.88 0.47 95 0.79 0.3
Hex 42 88 10 33 0 58 2F 5F 4F 1E
Octal 102 210 20 63 0 130 57 137 117 36
Binary 1000010 10001000 10000 110011 0 1011000 101111 1011111 1001111 11110

Color Harmonies of #428810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428810

Black with #428810

Text Example


Text Example

White with #428810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428810; }

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

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

background-color css

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

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

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

border-color css

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

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

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