#3E7B62

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

Shades of Viridian #3E7B62

Tints of Viridian #3E7B62

Color information

#3E7B62 (or 0x3E7B62) is unknown color: approx Viridian. HEX triplet: 3E, 7B and 62. RGB value is (62,123,98). Sum of RGB (Red+Green+Blue) = 62+123+98=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7B62 is #C1849D. Grayscale: #656565. Windows color (decimal): -12682398 or 6454078. OLE color: 6454078.

HSL color Cylindrical-coordinate representation of color #3E7B62: hue angle of 155.41º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7B62 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB6212398-
CMYK0.5000.200.52
HSL155.41º32.97%36.27%-
HSV(B)155.41º49.59%48.24%-
XYZ11.2716.0714.06-
YUV101.91125.7999.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.91%
GREEN value IS 123 (48.44% from 255) = 43.46%
BLUE value IS 98 (38.67% from 255) = 34.63%
R=21.91%
G=43.46%
B=34.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62123980.5000.200.52155.4132.9736.27
Hex3E7B6232014349b2124
Octal7617314262024642334144
Binary1111101111011110001011001001010011010010011011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,123,98); }

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

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

 a { background-color: rgb(62,123,98); }

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

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

 span { border-color: rgb(62,123,98); }

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