Html Css Color HEX #428516 Bilbao

📋 copy color: '#428516'

red 66 ◦ green 133 ◦ blue 22

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

Shades of Bilbao #428516

Tints of Bilbao #428516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 60.18%

 BLUE value IS 22 (8.98% from 255) = 9.95%

R = 29.86%
G = 60.18%
B = 9.95%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#428516 (or 0x428516) is known color: Bilbao. HEX triplet: 42, 85 and 16. RGB value is (66,133,22). Sum of RGB (Red+Green+Blue) = 66+133+22=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #428516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428516 is #BD7AE9. Grayscale: #646464. Windows color (decimal): -12417770 or 1475906. OLE color: 1475906.

HSL color Cylindrical-coordinate representation of color #428516: hue angle of 96.22º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #428516 is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 22 -
CMYK 0.50 0 0.83 0.48
HSL 96.22º 0.72% 0.3% -
HSV(B) 96.22º 0.83% 0.52% -
XYZ 10.78 17.99 3.66 -
YUV 100.31 83.8 103.53 -
System Red Green Blue C M Y K H S L
Decimal 66 133 22 0.50 0 0.83 0.48 96.22 0.72 0.3
Hex 42 85 16 32 0 53 30 60 48 1E
Octal 102 205 26 62 0 123 60 140 110 36
Binary 1000010 10000101 10110 110010 0 1010011 110000 1100000 1001000 11110

Color Harmonies of #428516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428516

Black with #428516

Text Example


Text Example

White with #428516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428516; }

 p { color: rgb(66,133,22); }

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

background-color css

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

 a { background-color: rgb(66,133,22); }

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

border-color css

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

 span { border-color: rgb(66,133,22); }

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