#3E7B68

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

Shades of Viridian #3E7B68

Tints of Viridian #3E7B68

Color information

#3E7B68 (or 0x3E7B68) is unknown color: approx Viridian. HEX triplet: 3E, 7B and 68. RGB value is (62,123,104). Sum of RGB (Red+Green+Blue) = 62+123+104=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7B68 is #C18497. Grayscale: #666666. Windows color (decimal): -12682392 or 6847294. OLE color: 6847294.

HSL color Cylindrical-coordinate representation of color #3E7B68: hue angle of 161.31º 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 #3E7B68 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB62123104-
CMYK0.5000.150.52
HSL161.31º32.97%36.27%-
HSV(B)161.31º49.59%48.24%-
XYZ11.5716.1915.61-
YUV102.59128.7999.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.45%
GREEN value IS 123 (48.44% from 255) = 42.56%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=21.45%
G=42.56%
B=35.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal621231040.5000.150.52161.3132.9736.27
Hex3E7B68320F34a12124
Octal7617315062017642414144
Binary111110111101111010001100100111111010010100001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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