#367E64

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

Shades of Viridian #367E64

Tints of Viridian #367E64

Color information

#367E64 (or 0x367E64) is unknown color: approx Viridian. HEX triplet: 36, 7E and 64. RGB value is (54,126,100). Sum of RGB (Red+Green+Blue) = 54+126+100=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 126 - color contains mainly: green. Hex color #367E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367E64 is #C9819B. Grayscale: #656565. Windows color (decimal): -13205916 or 6585910. OLE color: 6585910.

HSL color Cylindrical-coordinate representation of color #367E64: hue angle of 158.33º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367E64 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB54126100-
CMYK0.5700.210.51
HSL158.33º40%35.29%-
HSV(B)158.33º57.14%49.41%-
XYZ11.2816.6314.67-
YUV101.51127.1594.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.29%
GREEN value IS 126 (49.61% from 255) = 45%
BLUE value IS 100 (39.45% from 255) = 35.71%
R=19.29%
G=45%
B=35.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541261000.5700.210.51158.334035.29
Hex367E6439015339e2823
Octal6617614471025632365043
Binary1101101111110110010011100101010111001110011110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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