#39852F

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

Shades of Bilbao #39852F

Tints of Bilbao #39852F

Color information

#39852F (or 0x39852F) is unknown color: approx Bilbao. HEX triplet: 39, 85 and 2F. RGB value is (57,133,47). Sum of RGB (Red+Green+Blue) = 57+133+47=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #39852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39852F is #C67AD0. Grayscale: #646464. Windows color (decimal): -13007569 or 3114297. OLE color: 3114297.

HSL color Cylindrical-coordinate representation of color #39852F: hue angle of 113.02º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39852F is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB5713347-
CMYK0.5700.650.48
HSL113.02º47.78%35.29%-
HSV(B)113.02º64.66%52.16%-
XYZ10.5917.855.58-
YUV100.4797.8296.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 133 (52.34% from 255) = 56.12%
BLUE value IS 47 (18.75% from 255) = 19.83%
R=24.05%
G=56.12%
B=19.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57133470.5700.650.48113.0247.7835.29
Hex39852F3904130713023
Octal7120557710101601616043
Binary11100110000101101111111001010000011100001110001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39852F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39852F; }

 p { color: rgb(57,133,47); }

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

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

 a { background-color: rgb(57,133,47); }

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

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

 span { border-color: rgb(57,133,47); }

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