#39806B

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

Shades of Viridian #39806B

Tints of Viridian #39806B

Color information

#39806B (or 0x39806B) is unknown color: approx Viridian. HEX triplet: 39, 80 and 6B. RGB value is (57,128,107). Sum of RGB (Red+Green+Blue) = 57+128+107=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #39806B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39806B is #C67F94. Grayscale: #686868. Windows color (decimal): -13008789 or 7045177. OLE color: 7045177.

HSL color Cylindrical-coordinate representation of color #39806B: hue angle of 162.25º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39806B is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB57128107-
CMYK0.5500.160.50
HSL162.25º38.38%36.27%-
HSV(B)162.25º55.47%50.2%-
XYZ12.0617.3716.63-
YUV104.38129.4894.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.52%
GREEN value IS 128 (50.39% from 255) = 43.84%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=19.52%
G=43.84%
B=36.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal571281070.5500.160.50162.2538.3836.27
Hex39806B3701032a22624
Octal7120015367020622424644
Binary11100110000000110101111011101000011001010100010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39806B; }

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

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

<style>
 a { background-color: #39806B; }

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

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

<style>
 span { border-color: #39806B; }

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

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