#39846F

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

Shades of Viridian #39846F

Tints of Viridian #39846F

Color information

#39846F (or 0x39846F) is unknown color: approx Viridian. HEX triplet: 39, 84 and 6F. RGB value is (57,132,111). Sum of RGB (Red+Green+Blue) = 57+132+111=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #39846F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39846F is #C67B90. Grayscale: #6B6B6B. Windows color (decimal): -13007761 or 7308345. OLE color: 7308345.

HSL color Cylindrical-coordinate representation of color #39846F: hue angle of 163.2º 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 #39846F is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB57132111-
CMYK0.5700.160.48
HSL163.2º39.68%37.06%-
HSV(B)163.2º56.82%51.76%-
XYZ12.8118.5217.94-
YUV107.18130.1592.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19%
GREEN value IS 132 (51.95% from 255) = 44%
BLUE value IS 111 (43.75% from 255) = 37%
R=19%
G=44%
B=37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571321110.5700.160.48163.239.6837.06
Hex39846F3901030a32825
Octal7120415771020602435045
Binary11100110000100110111111100101000011000010100011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,132,111); }

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

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

 a { background-color: rgb(57,132,111); }

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

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

 span { border-color: rgb(57,132,111); }

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