#368C79

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

Shades of Viridian #368C79

Tints of Viridian #368C79

Color information

#368C79 (or 0x368C79) is unknown color: approx Viridian. HEX triplet: 36, 8C and 79. RGB value is (54,140,121). Sum of RGB (Red+Green+Blue) = 54+140+121=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #368C79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368C79 is #C97386. Grayscale: #707070. Windows color (decimal): -13202311 or 7965750. OLE color: 7965750.

HSL color Cylindrical-coordinate representation of color #368C79: hue angle of 166.74º 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 #368C79 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB54140121-
CMYK0.6100.140.45
HSL166.74º44.33%38.04%-
HSV(B)166.74º61.43%54.9%-
XYZ14.3520.9221.37-
YUV112.12133.0186.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.14%
GREEN value IS 140 (55.08% from 255) = 44.44%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=17.14%
G=44.44%
B=38.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541401210.6100.140.45166.7444.3338.04
Hex368C793D0E2Da72c26
Octal6621417175016552475446
Binary1101101000110011110011111010111010110110100111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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