#39857A

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

Shades of Genoa #39857A

Tints of Genoa #39857A

Color information

#39857A (or 0x39857A) is unknown color: approx Genoa. HEX triplet: 39, 85 and 7A. RGB value is (57,133,122). Sum of RGB (Red+Green+Blue) = 57+133+122=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #39857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39857A is #C67A85. Grayscale: #6C6C6C. Windows color (decimal): -13007494 or 8029497. OLE color: 8029497.

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

Color convert

RGB57133122-
CMYK0.5700.080.48
HSL171.32º40%37.25%-
HSV(B)171.32º57.14%52.16%-
XYZ13.5919.0521.37-
YUV109.02135.3290.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.27%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=18.27%
G=42.63%
B=39.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571331220.5700.080.48171.324037.25
Hex39857A390830ab2825
Octal7120517271010602535045
Binary1110011000010111110101110010100011000010101011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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