#398227

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

Shades of Bilbao #398227

Tints of Bilbao #398227

Color information

#398227 (or 0x398227) is unknown color: approx Bilbao. HEX triplet: 39, 82 and 27. RGB value is (57,130,39). Sum of RGB (Red+Green+Blue) = 57+130+39=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #398227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398227 is #C67DD8. Grayscale: #626262. Windows color (decimal): -13008345 or 2589241. OLE color: 2589241.

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

Color convert

RGB5713039-
CMYK0.5600.700.49
HSL108.13º53.85%33.14%-
HSV(B)108.13º70%50.98%-
XYZ10.0416.984.67-
YUV97.894.8298.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 130 (51.17% from 255) = 57.52%
BLUE value IS 39 (15.62% from 255) = 17.26%
R=25.22%
G=57.52%
B=17.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57130390.5600.700.49108.1353.8533.14
Hex39822738046316c3621
Octal7120247700106611546641
Binary11100110000010100111111000010001101100011101100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398227; }

 p { color: rgb(57,130,39); }

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

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

 a { background-color: rgb(57,130,39); }

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

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

 span { border-color: rgb(57,130,39); }

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