#367660

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

Shades of Viridian #367660

Tints of Viridian #367660

Color information

#367660 (or 0x367660) is unknown color: approx Viridian. HEX triplet: 36, 76 and 60. RGB value is (54,118,96). Sum of RGB (Red+Green+Blue) = 54+118+96=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #367660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367660 is #C9899F. Grayscale: #606060. Windows color (decimal): -13207968 or 6321718. OLE color: 6321718.

HSL color Cylindrical-coordinate representation of color #367660: hue angle of 159.38º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #367660 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB5411896-
CMYK0.5400.190.54
HSL159.38º37.21%33.73%-
HSV(B)159.38º54.24%46.27%-
XYZ10.1114.5913.35-
YUV96.36127.897.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 118 (46.48% from 255) = 44.03%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=20.15%
G=44.03%
B=35.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118960.5400.190.54159.3837.2133.73
Hex36766036013369f2522
Octal6616614066023662374542
Binary1101101110110110000011011001001111011010011111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367660; }

 p { color: rgb(54,118,96); }

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

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

 a { background-color: rgb(54,118,96); }

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

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

 span { border-color: rgb(54,118,96); }

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