#368F72

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

Shades of Viridian #368F72

Tints of Viridian #368F72

Color information

#368F72 (or 0x368F72) is unknown color: approx Viridian. HEX triplet: 36, 8F and 72. RGB value is (54,143,114). Sum of RGB (Red+Green+Blue) = 54+143+114=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 143 - color contains mainly: green. Hex color #368F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368F72 is #C9708D. Grayscale: #717171. Windows color (decimal): -13201550 or 7507766. OLE color: 7507766.

HSL color Cylindrical-coordinate representation of color #368F72: hue angle of 160.45º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368F72 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB54143114-
CMYK0.6200.200.44
HSL160.45º45.18%38.63%-
HSV(B)160.45º62.24%56.08%-
XYZ14.3821.6419.34-
YUV113.08128.5185.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.36%
GREEN value IS 143 (56.25% from 255) = 45.98%
BLUE value IS 114 (44.92% from 255) = 36.66%
R=17.36%
G=45.98%
B=36.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541431140.6200.200.44160.4545.1838.63
Hex368F723E0142Ca02d27
Octal6621716276024542405547
Binary11011010001111111001011111001010010110010100000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,143,114); }

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

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

 a { background-color: rgb(54,143,114); }

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

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

 span { border-color: rgb(54,143,114); }

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