Html Css Color HEX #428220 Bilbao

📋 copy color: '#428220'

red 66 ◦ green 130 ◦ blue 32

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

Shades of Bilbao #428220

Tints of Bilbao #428220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 57.02%

 BLUE value IS 32 (12.89% from 255) = 14.04%

R = 28.95%
G = 57.02%
B = 14.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#428220 (or 0x428220) is known color: Bilbao. HEX triplet: 42, 82 and 20. RGB value is (66,130,32). Sum of RGB (Red+Green+Blue) = 66+130+32=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #428220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428220 is #BD7DDF. Grayscale: #646464. Windows color (decimal): -12418528 or 2130498. OLE color: 2130498.

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

Color convert

RGB 66 130 32 -
CMYK 0.49 0 0.75 0.49
HSL 99.18º 0.6% 0.32% -
HSV(B) 99.18º 0.75% 0.51% -
XYZ 10.49 17.23 4.14 -
YUV 99.69 89.8 103.97 -
System Red Green Blue C M Y K H S L
Decimal 66 130 32 0.49 0 0.75 0.49 99.18 0.6 0.32
Hex 42 82 20 31 0 4B 31 63 3C 20
Octal 102 202 40 61 0 113 61 143 74 40
Binary 1000010 10000010 100000 110001 0 1001011 110001 1100011 111100 100000

Color Harmonies of #428220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428220

Black with #428220

Text Example


Text Example

White with #428220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428220; }

 p { color: rgb(66,130,32); }

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

background-color css

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

 a { background-color: rgb(66,130,32); }

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

border-color css

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

 span { border-color: rgb(66,130,32); }

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