#367F66

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

Shades of Viridian #367F66

Tints of Viridian #367F66

Color information

#367F66 (or 0x367F66) is unknown color: approx Viridian. HEX triplet: 36, 7F and 66. RGB value is (54,127,102). Sum of RGB (Red+Green+Blue) = 54+127+102=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #367F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F66 is #C98099. Grayscale: #666666. Windows color (decimal): -13205658 or 6717238. OLE color: 6717238.

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

Color convert

RGB54127102-
CMYK0.5700.200.50
HSL159.45º40.33%35.49%-
HSV(B)159.45º57.48%49.8%-
XYZ11.5116.9215.23-
YUV102.32127.8293.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 127 (50% from 255) = 44.88%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=19.08%
G=44.88%
B=36.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541271020.5700.200.50159.4540.3335.49
Hex367F6639014329f2823
Octal6617714671024622375043
Binary1101101111111110011011100101010011001010011111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,127,102); }

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

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

 a { background-color: rgb(54,127,102); }

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

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

 span { border-color: rgb(54,127,102); }

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