#3E836A

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

Shades of Viridian #3E836A

Tints of Viridian #3E836A

Color information

#3E836A (or 0x3E836A) is unknown color: approx Viridian. HEX triplet: 3E, 83 and 6A. RGB value is (62,131,106). Sum of RGB (Red+Green+Blue) = 62+131+106=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #3E836A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E836A is #C17C95. Grayscale: #6B6B6B. Windows color (decimal): -12680342 or 6980414. OLE color: 6980414.

HSL color Cylindrical-coordinate representation of color #3E836A: hue angle of 158.26º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E836A is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB62131106-
CMYK0.5300.190.49
HSL158.26º35.75%37.84%-
HSV(B)158.26º52.67%51.37%-
XYZ12.718.316.5-
YUV107.52127.1495.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.74%
GREEN value IS 131 (51.56% from 255) = 43.81%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=20.74%
G=43.81%
B=35.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal621311060.5300.190.49158.2635.7537.84
Hex3E836A35013319e2426
Octal7620315265023612364446
Binary11111010000011110101011010101001111000110011110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E836A; }

 p { color: rgb(62,131,106); }

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

<style>
 a { background-color: #3E836A; }

 a { background-color: rgb(62,131,106); }

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

<style>
 span { border-color: #3E836A; }

 span { border-color: rgb(62,131,106); }

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