Html Css Color HEX #428111 Bilbao

📋 copy color: '#428111'

red 66 ◦ green 129 ◦ blue 17

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

Shades of Bilbao #428111

Tints of Bilbao #428111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.02%

R = 31.13%
G = 60.85%
B = 8.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#428111 (or 0x428111) is known color: Bilbao. HEX triplet: 42, 81 and 11. RGB value is (66,129,17). Sum of RGB (Red+Green+Blue) = 66+129+17=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #428111 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428111 is #BD7EEE. Grayscale: #616161. Windows color (decimal): -12418799 or 1147202. OLE color: 1147202.

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

Color convert

RGB 66 129 17 -
CMYK 0.49 0 0.87 0.49
HSL 93.75º 0.77% 0.29% -
HSV(B) 93.75º 0.87% 0.51% -
XYZ 10.2 16.9 3.25 -
YUV 97.4 82.63 105.61 -
System Red Green Blue C M Y K H S L
Decimal 66 129 17 0.49 0 0.87 0.49 93.75 0.77 0.29
Hex 42 81 11 31 0 57 31 5E 4D 1D
Octal 102 201 21 61 0 127 61 136 115 35
Binary 1000010 10000001 10001 110001 0 1010111 110001 1011110 1001101 11101

Color Harmonies of #428111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428111

Black with #428111

Text Example


Text Example

White with #428111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428111; }

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

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

background-color css

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

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

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

border-color css

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

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

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