Html Css Color HEX #428414 Bilbao

📋 copy color: '#428414'

red 66 ◦ green 132 ◦ blue 20

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

Shades of Bilbao #428414

Tints of Bilbao #428414

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.55%

 BLUE value IS 20 (8.2% from 255) = 9.17%

R = 30.28%
G = 60.55%
B = 9.17%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#428414 (or 0x428414) is known color: Bilbao. HEX triplet: 42, 84 and 14. RGB value is (66,132,20). Sum of RGB (Red+Green+Blue) = 66+132+20=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #428414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428414 is #BD7BEB. Grayscale: #636363. Windows color (decimal): -12418028 or 1344578. OLE color: 1344578.

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

Color convert

RGB 66 132 20 -
CMYK 0.5 0 0.85 0.48
HSL 95.36º 0.74% 0.3% -
HSV(B) 95.36º 0.85% 0.52% -
XYZ 10.62 17.71 3.52 -
YUV 99.5 83.13 104.11 -
System Red Green Blue C M Y K H S L
Decimal 66 132 20 0.5 0 0.85 0.48 95.36 0.74 0.3
Hex 42 84 14 32 0 55 30 5F 4A 1E
Octal 102 204 24 62 0 125 60 137 112 36
Binary 1000010 10000100 10100 110010 0 1010101 110000 1011111 1001010 11110

Color Harmonies of #428414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428414

Black with #428414

Text Example


Text Example

White with #428414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428414; }

 p { color: rgb(66,132,20); }

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

background-color css

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

 a { background-color: rgb(66,132,20); }

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

border-color css

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

 span { border-color: rgb(66,132,20); }

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