Html Css Color HEX #428221 Bilbao

📋 copy color: '#428221'

red 66 ◦ green 130 ◦ blue 33

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

Shades of Bilbao #428221

Tints of Bilbao #428221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.41%

R = 28.82%
G = 56.77%
B = 14.41%

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

#428221 (or 0x428221) is known color: Bilbao. HEX triplet: 42, 82 and 21. RGB value is (66,130,33). Sum of RGB (Red+Green+Blue) = 66+130+33=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #428221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428221 is #BD7DDE. Grayscale: #646464. Windows color (decimal): -12418527 or 2196034. OLE color: 2196034.

HSL color Cylindrical-coordinate representation of color #428221: hue angle of 99.59º 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 #428221 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 33 -
CMYK 0.49 0 0.75 0.49
HSL 99.59º 0.6% 0.32% -
HSV(B) 99.59º 0.75% 0.51% -
XYZ 10.5 17.23 4.21 -
YUV 99.81 90.3 103.89 -
System Red Green Blue C M Y K H S L
Decimal 66 130 33 0.49 0 0.75 0.49 99.59 0.6 0.32
Hex 42 82 21 31 0 4B 31 64 3C 20
Octal 102 202 41 61 0 113 61 144 74 40
Binary 1000010 10000010 100001 110001 0 1001011 110001 1100100 111100 100000

Color Harmonies of #428221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428221

Black with #428221

Text Example


Text Example

White with #428221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428221; }

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

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

background-color css

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

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

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

border-color css

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

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

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