Html Css Color HEX #428010 Bilbao

📋 copy color: '#428010'

red 66 ◦ green 128 ◦ blue 16

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

Shades of Bilbao #428010

Tints of Bilbao #428010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 60.95%

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

R = 31.43%
G = 60.95%
B = 7.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#428010 (or 0x428010) is known color: Bilbao. HEX triplet: 42, 80 and 10. RGB value is (66,128,16). Sum of RGB (Red+Green+Blue) = 66+128+16=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #428010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428010 is #BD7FEF. Grayscale: #616161. Windows color (decimal): -12419056 or 1081410. OLE color: 1081410.

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

Color convert

RGB 66 128 16 -
CMYK 0.48 0 0.88 0.50
HSL 93.21º 0.78% 0.28% -
HSV(B) 93.21º 0.88% 0.5% -
XYZ 10.06 16.63 3.17 -
YUV 96.69 82.46 106.11 -
System Red Green Blue C M Y K H S L
Decimal 66 128 16 0.48 0 0.88 0.50 93.21 0.78 0.28
Hex 42 80 10 30 0 58 32 5D 4E 1C
Octal 102 200 20 60 0 130 62 135 116 34
Binary 1000010 10000000 10000 110000 0 1011000 110010 1011101 1001110 11100

Color Harmonies of #428010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428010

Black with #428010

Text Example


Text Example

White with #428010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428010; }

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

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

background-color css

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

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

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

border-color css

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

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

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