#39826b

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

Shades of Viridian #39826B

Tints of Viridian #39826B

Color information

#39826B (or 0x39826B) is unknown color: approx Viridian. HEX triplet: 39, 82 and 6B. RGB value is (57,130,107). Sum of RGB (Red+Green+Blue) = 57+130+107=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #39826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39826B is #C67D94. Grayscale: #696969. Windows color (decimal): -13008277 or 7045689. OLE color: 7045689.

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

Color convert

RGB57130107-
CMYK0.5600.180.49
HSL161.1º39.04%36.67%-
HSV(B)161.1º56.15%50.98%-
XYZ12.3217.916.71-
YUV105.55128.8293.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.39%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=19.39%
G=44.22%
B=36.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571301070.5600.180.49161.139.0436.67
Hex39826B3801231a12725
Octal7120215370022612414745
Binary11100110000010110101111100001001011000110100001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39826b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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