Html Css Color HEX #428116 Bilbao

📋 copy color: '#428116'

red 66 ◦ green 129 ◦ blue 22

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

Shades of Bilbao #428116

Tints of Bilbao #428116

RGB

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

 GREEN value IS 129 (50.78% from 255) = 59.45%

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

R = 30.41%
G = 59.45%
B = 10.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#428116 (or 0x428116) is known color: Bilbao. HEX triplet: 42, 81 and 16. RGB value is (66,129,22). Sum of RGB (Red+Green+Blue) = 66+129+22=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 129 (50.78% from 255 or 59.45% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 129 - color contains mainly: green. Hex color #428116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428116 is #BD7EE9. Grayscale: #626262. Windows color (decimal): -12418794 or 1474882. OLE color: 1474882.

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

Color convert

RGB 66 129 22 -
CMYK 0.49 0 0.83 0.49
HSL 95.33º 0.71% 0.3% -
HSV(B) 95.33º 0.83% 0.51% -
XYZ 10.24 16.92 3.48 -
YUV 97.97 85.13 105.2 -
System Red Green Blue C M Y K H S L
Decimal 66 129 22 0.49 0 0.83 0.49 95.33 0.71 0.3
Hex 42 81 16 31 0 53 31 5F 47 1E
Octal 102 201 26 61 0 123 61 137 107 36
Binary 1000010 10000001 10110 110001 0 1010011 110001 1011111 1000111 11110

Color Harmonies of #428116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428116

Black with #428116

Text Example


Text Example

White with #428116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428116; }

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

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

background-color css

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

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

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

border-color css

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

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

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