#367E62

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

Shades of Viridian #367E62

Tints of Viridian #367E62

Color information

#367E62 (or 0x367E62) is unknown color: approx Viridian. HEX triplet: 36, 7E and 62. RGB value is (54,126,98). Sum of RGB (Red+Green+Blue) = 54+126+98=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 126 - color contains mainly: green. Hex color #367E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367E62 is #C9819D. Grayscale: #656565. Windows color (decimal): -13205918 or 6454838. OLE color: 6454838.

HSL color Cylindrical-coordinate representation of color #367E62: hue angle of 156.67º 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 #367E62 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB5412698-
CMYK0.5700.220.51
HSL156.67º40%35.29%-
HSV(B)156.67º57.14%49.41%-
XYZ11.1916.5914.17-
YUV101.28126.1594.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.42%
GREEN value IS 126 (49.61% from 255) = 45.32%
BLUE value IS 98 (38.67% from 255) = 35.25%
R=19.42%
G=45.32%
B=35.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54126980.5700.220.51156.674035.29
Hex367E6239016339d2823
Octal6617614271026632355043
Binary1101101111110110001011100101011011001110011101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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