#428225

Color #428225 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #428225

Tints of Bilbao #428225

Color information

#428225 (or 0x428225) is unknown color: approx Bilbao. HEX triplet: 42, 82 and 25. RGB value is (66,130,37). Sum of RGB (Red+Green+Blue) = 66+130+37=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #428225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428225 is #BD7DDA. Grayscale: #646464. Windows color (decimal): -12418523 or 2458178. OLE color: 2458178.

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

Color convert

RGB6613037-
CMYK0.4900.720.49
HSL101.29º55.69%32.75%-
HSV(B)101.29º71.54%50.98%-
XYZ10.5617.264.52-
YUV100.2692.3103.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 37 (14.84% from 255) = 15.88%
R=28.33%
G=55.79%
B=15.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66130370.4900.720.49101.2955.6932.75
Hex4282253104831653821
Octal10220245610110611457041
Binary100001010000010100101110001010010001100011100101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428225; }

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

 H1.HeaderClassName
 {
   color: #428225;
 }
 .AnyTagClassName
 {
   color: #428225;
 }
</style>
background-color css

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

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

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

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

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

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