#3C7F69

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

Shades of Viridian #3C7F69

Tints of Viridian #3C7F69

Color information

#3C7F69 (or 0x3C7F69) is unknown color: approx Viridian. HEX triplet: 3C, 7F and 69. RGB value is (60,127,105). Sum of RGB (Red+Green+Blue) = 60+127+105=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7F69 is #C38096. Grayscale: #686868. Windows color (decimal): -12812439 or 6913852. OLE color: 6913852.

HSL color Cylindrical-coordinate representation of color #3C7F69: hue angle of 160.3º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C7F69 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB60127105-
CMYK0.5300.170.50
HSL160.3º35.83%36.67%-
HSV(B)160.3º52.76%49.8%-
XYZ1217.1616.04-
YUV104.46128.396.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.55%
GREEN value IS 127 (50% from 255) = 43.49%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=20.55%
G=43.49%
B=35.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal601271050.5300.170.50160.335.8336.67
Hex3C7F693501132a02425
Octal7417715165021622404445
Binary1111001111111110100111010101000111001010100000100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,127,105); }

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

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

 a { background-color: rgb(60,127,105); }

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

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

 span { border-color: rgb(60,127,105); }

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