#39832D

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

Shades of Bilbao #39832D

Tints of Bilbao #39832D

Color information

#39832D (or 0x39832D) is unknown color: approx Bilbao. HEX triplet: 39, 83 and 2D. RGB value is (57,131,45). Sum of RGB (Red+Green+Blue) = 57+131+45=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #39832D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39832D is #C67CD2. Grayscale: #636363. Windows color (decimal): -13008083 or 2982713. OLE color: 2982713.

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

Color convert

RGB5713145-
CMYK0.5600.660.49
HSL111.63º48.86%34.51%-
HSV(B)111.63º65.65%51.37%-
XYZ10.2817.295.28-
YUV99.0797.4897.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 131 (51.56% from 255) = 56.22%
BLUE value IS 45 (17.97% from 255) = 19.31%
R=24.46%
G=56.22%
B=19.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57131450.5600.660.49111.6348.8634.51
Hex39832D3804231703123
Octal7120355700102611606143
Binary11100110000011101101111000010000101100011110000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39832D; }

 p { color: rgb(57,131,45); }

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

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

 a { background-color: rgb(57,131,45); }

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

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

 span { border-color: rgb(57,131,45); }

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