#3E8769

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

Shades of Viridian #3E8769

Tints of Viridian #3E8769

Color information

#3E8769 (or 0x3E8769) is unknown color: approx Viridian. HEX triplet: 3E, 87 and 69. RGB value is (62,135,105). Sum of RGB (Red+Green+Blue) = 62+135+105=302 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.53% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #3E8769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8769 is #C17896. Grayscale: #6D6D6D. Windows color (decimal): -12679319 or 6915902. OLE color: 6915902.

HSL color Cylindrical-coordinate representation of color #3E8769: hue angle of 155.34º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8769 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB62135105-
CMYK0.5400.220.47
HSL155.34º37.06%38.63%-
HSV(B)155.34º54.07%52.94%-
XYZ13.219.3716.41-
YUV109.75125.3293.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.53%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=20.53%
G=44.70%
B=34.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal621351050.5400.220.47155.3437.0638.63
Hex3E8769360162F9b2527
Octal7620715166026572334547
Binary11111010000111110100111011001011010111110011011100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,135,105); }

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

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

 a { background-color: rgb(62,135,105); }

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

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

 span { border-color: rgb(62,135,105); }

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