#39826F

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

Shades of Viridian #39826F

Tints of Viridian #39826F

Color information

#39826F (or 0x39826F) is unknown color: approx Viridian. HEX triplet: 39, 82 and 6F. RGB value is (57,130,111). Sum of RGB (Red+Green+Blue) = 57+130+111=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #39826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39826F is #C67D90. Grayscale: #6A6A6A. Windows color (decimal): -13008273 or 7307833. OLE color: 7307833.

HSL color Cylindrical-coordinate representation of color #39826F: hue angle of 164.38º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39826F is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB57130111-
CMYK0.5600.150.49
HSL164.38º39.04%36.67%-
HSV(B)164.38º56.15%50.98%-
XYZ12.5417.9817.85-
YUV106.01130.8293.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=19.13%
G=43.62%
B=37.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571301110.5600.150.49164.3839.0436.67
Hex39826F380F31a42725
Octal7120215770017612444745
Binary1110011000001011011111110000111111000110100100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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