#367F63

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

Shades of Viridian #367F63

Tints of Viridian #367F63

Color information

#367F63 (or 0x367F63) is unknown color: approx Viridian. HEX triplet: 36, 7F and 63. RGB value is (54,127,99). Sum of RGB (Red+Green+Blue) = 54+127+99=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #367F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F63 is #C9809C. Grayscale: #666666. Windows color (decimal): -13205661 or 6520630. OLE color: 6520630.

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

Color convert

RGB5412799-
CMYK0.5700.220.50
HSL156.99º40.33%35.49%-
HSV(B)156.99º57.48%49.8%-
XYZ11.3616.8614.46-
YUV101.98126.3293.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.29%
GREEN value IS 127 (50% from 255) = 45.36%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=19.29%
G=45.36%
B=35.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54127990.5700.220.50156.9940.3335.49
Hex367F6339016329d2823
Octal6617714371026622355043
Binary1101101111111110001111100101011011001010011101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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