#368C73

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

Shades of Viridian #368C73

Tints of Viridian #368C73

Color information

#368C73 (or 0x368C73) is unknown color: approx Viridian. HEX triplet: 36, 8C and 73. RGB value is (54,140,115). Sum of RGB (Red+Green+Blue) = 54+140+115=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 140 - color contains mainly: green. Hex color #368C73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368C73 is #C9738C. Grayscale: #6F6F6F. Windows color (decimal): -13202317 or 7572534. OLE color: 7572534.

HSL color Cylindrical-coordinate representation of color #368C73: hue angle of 162.56º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368C73 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB54140115-
CMYK0.6100.180.45
HSL162.56º44.33%38.04%-
HSV(B)162.56º61.43%54.9%-
XYZ13.9920.7819.49-
YUV111.44130.0187.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.48%
GREEN value IS 140 (55.08% from 255) = 45.31%
BLUE value IS 115 (45.31% from 255) = 37.22%
R=17.48%
G=45.31%
B=37.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541401150.6100.180.45162.5644.3338.04
Hex368C733D0122Da32c26
Octal6621416375022552435446
Binary11011010001100111001111110101001010110110100011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368C73; }

 p { color: rgb(54,140,115); }

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

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

 a { background-color: rgb(54,140,115); }

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

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

 span { border-color: rgb(54,140,115); }

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