#367862

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

Shades of Viridian #367862

Tints of Viridian #367862

Color information

#367862 (or 0x367862) is unknown color: approx Viridian. HEX triplet: 36, 78 and 62. RGB value is (54,120,98). Sum of RGB (Red+Green+Blue) = 54+120+98=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #367862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367862 is #C9879D. Grayscale: #616161. Windows color (decimal): -13207454 or 6453302. OLE color: 6453302.

HSL color Cylindrical-coordinate representation of color #367862: hue angle of 160º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367862 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB5412098-
CMYK0.5500.180.53
HSL160º37.93%34.12%-
HSV(B)160º55%47.06%-
XYZ10.4415.113.92-
YUV97.76128.1396.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.85%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=19.85%
G=44.12%
B=36.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54120980.5500.180.5316037.9334.12
Hex3678623701235a02622
Octal6617014267022652404642
Binary1101101111000110001011011101001011010110100000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367862; }

 p { color: rgb(54,120,98); }

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

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

 a { background-color: rgb(54,120,98); }

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

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

 span { border-color: rgb(54,120,98); }

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