#367A64

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

Shades of Viridian #367A64

Tints of Viridian #367A64

Color information

#367A64 (or 0x367A64) is unknown color: approx Viridian. HEX triplet: 36, 7A and 64. RGB value is (54,122,100). Sum of RGB (Red+Green+Blue) = 54+122+100=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #367A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367A64 is #C9859B. Grayscale: #636363. Windows color (decimal): -13206940 or 6584886. OLE color: 6584886.

HSL color Cylindrical-coordinate representation of color #367A64: hue angle of 160.59º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367A64 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB54122100-
CMYK0.5600.180.52
HSL160.59º38.64%34.51%-
HSV(B)160.59º55.74%47.84%-
XYZ10.7815.6214.5-
YUV99.16128.4795.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.57%
GREEN value IS 122 (48.05% from 255) = 44.20%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=19.57%
G=44.20%
B=36.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal541221000.5600.180.52160.5938.6434.51
Hex367A643801234a12723
Octal6617214470022642414743
Binary1101101111010110010011100001001011010010100001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367A64; }

 p { color: rgb(54,122,100); }

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

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

 a { background-color: rgb(54,122,100); }

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

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

 span { border-color: rgb(54,122,100); }

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