#39826E

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

Shades of Viridian #39826E

Tints of Viridian #39826E

Color information

#39826E (or 0x39826E) is unknown color: approx Viridian. HEX triplet: 39, 82 and 6E. RGB value is (57,130,110). Sum of RGB (Red+Green+Blue) = 57+130+110=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #39826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39826E is #C67D91. Grayscale: #696969. Windows color (decimal): -13008274 or 7242297. OLE color: 7242297.

HSL color Cylindrical-coordinate representation of color #39826E: hue angle of 163.56º 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 #39826E is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB57130110-
CMYK0.5600.150.49
HSL163.56º39.04%36.67%-
HSV(B)163.56º56.15%50.98%-
XYZ12.4817.9617.56-
YUV105.89130.3293.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.19%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=19.19%
G=43.77%
B=37.04%

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
Decimal571301100.5600.150.49163.5639.0436.67
Hex39826E380F31a42725
Octal7120215670017612444745
Binary1110011000001011011101110000111111000110100100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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