#3C7768

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

Shades of Viridian #3C7768

Tints of Viridian #3C7768

Color information

#3C7768 (or 0x3C7768) is unknown color: approx Viridian. HEX triplet: 3C, 77 and 68. RGB value is (60,119,104). Sum of RGB (Red+Green+Blue) = 60+119+104=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7768 is #C38897. Grayscale: #636363. Windows color (decimal): -12814488 or 6846268. OLE color: 6846268.

HSL color Cylindrical-coordinate representation of color #3C7768: hue angle of 164.75º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7768 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB60119104-
CMYK0.5000.130.53
HSL164.75º32.96%35.1%-
HSV(B)164.75º49.58%46.67%-
XYZ10.9615.1515.44-
YUV99.65130.4599.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.20%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=21.20%
G=42.05%
B=36.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal601191040.5000.130.53164.7532.9635.1
Hex3C7768320D35a52123
Octal7416715062015652454143
Binary111100111011111010001100100110111010110100101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,119,104); }

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

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

 a { background-color: rgb(60,119,104); }

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

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

 span { border-color: rgb(60,119,104); }

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