Html Css Color HEX #428611 Bilbao

📋 copy color: '#428611'

red 66 ◦ green 134 ◦ blue 17

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

Shades of Bilbao #428611

Tints of Bilbao #428611

RGB

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

 GREEN value IS 134 (52.73% from 255) = 61.75%

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

R = 30.41%
G = 61.75%
B = 7.83%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#428611 (or 0x428611) is known color: Bilbao. HEX triplet: 42, 86 and 11. RGB value is (66,134,17). Sum of RGB (Red+Green+Blue) = 66+134+17=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 134 (52.73% from 255 or 61.75% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 134 - color contains mainly: green. Hex color #428611 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428611 is #BD79EE. Grayscale: #646464. Windows color (decimal): -12417519 or 1148482. OLE color: 1148482.

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

Color convert

RGB 66 134 17 -
CMYK 0.51 0 0.87 0.47
HSL 94.87º 0.77% 0.3% -
HSV(B) 94.87º 0.87% 0.53% -
XYZ 10.87 18.25 3.48 -
YUV 100.33 80.97 103.51 -
System Red Green Blue C M Y K H S L
Decimal 66 134 17 0.51 0 0.87 0.47 94.87 0.77 0.3
Hex 42 86 11 33 0 57 2F 5F 4D 1E
Octal 102 206 21 63 0 127 57 137 115 36
Binary 1000010 10000110 10001 110011 0 1010111 101111 1011111 1001101 11110

Color Harmonies of #428611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428611

Black with #428611

Text Example


Text Example

White with #428611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428611; }

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

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

background-color css

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

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

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

border-color css

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

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

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