#368B73

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

Shades of Viridian #368B73

Tints of Viridian #368B73

Color information

#368B73 (or 0x368B73) is unknown color: approx Viridian. HEX triplet: 36, 8B and 73. RGB value is (54,139,115). Sum of RGB (Red+Green+Blue) = 54+139+115=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #368B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368B73 is #C9748C. Grayscale: #6E6E6E. Windows color (decimal): -13202573 or 7572278. OLE color: 7572278.

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

Color convert

RGB54139115-
CMYK0.6100.170.45
HSL163.06º44.04%37.84%-
HSV(B)163.06º61.15%54.51%-
XYZ13.8520.4919.44-
YUV110.85130.3487.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.53%
GREEN value IS 139 (54.69% from 255) = 45.13%
BLUE value IS 115 (45.31% from 255) = 37.34%
R=17.53%
G=45.13%
B=37.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541391150.6100.170.45163.0644.0437.84
Hex368B733D0112Da32c26
Octal6621316375021552435446
Binary11011010001011111001111110101000110110110100011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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