#368C72

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

Shades of Viridian #368C72

Tints of Viridian #368C72

Color information

#368C72 (or 0x368C72) is unknown color: approx Viridian. HEX triplet: 36, 8C and 72. RGB value is (54,140,114). Sum of RGB (Red+Green+Blue) = 54+140+114=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #368C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368C72 is #C9738D. Grayscale: #6F6F6F. Windows color (decimal): -13202318 or 7506998. OLE color: 7506998.

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

Color convert

RGB54140114-
CMYK0.6100.190.45
HSL161.86º44.33%38.04%-
HSV(B)161.86º61.43%54.9%-
XYZ13.9420.7619.19-
YUV111.32129.5187.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.53%
GREEN value IS 140 (55.08% from 255) = 45.45%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=17.53%
G=45.45%
B=37.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541401140.6100.190.45161.8644.3338.04
Hex368C723D0132Da22c26
Octal6621416275023552425446
Binary11011010001100111001011110101001110110110100010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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