#39852A

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

Shades of Bilbao #39852A

Tints of Bilbao #39852A

Color information

#39852A (or 0x39852A) is unknown color: approx Bilbao. HEX triplet: 39, 85 and 2A. RGB value is (57,133,42). Sum of RGB (Red+Green+Blue) = 57+133+42=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #39852A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39852A is #C67AD5. Grayscale: #646464. Windows color (decimal): -13007574 or 2786617. OLE color: 2786617.

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

Color convert

RGB5713342-
CMYK0.5700.680.48
HSL110.11º52%34.31%-
HSV(B)110.11º68.42%52.16%-
XYZ10.4917.815.08-
YUV99.995.3297.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 133 (52.34% from 255) = 57.33%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=24.57%
G=57.33%
B=18.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57133420.5700.680.48110.115234.31
Hex39852A39044306e3422
Octal7120552710104601566442
Binary11100110000101101010111001010001001100001101110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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