#367C63

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

Shades of Viridian #367C63

Tints of Viridian #367C63

Color information

#367C63 (or 0x367C63) is unknown color: approx Viridian. HEX triplet: 36, 7C and 63. RGB value is (54,124,99). Sum of RGB (Red+Green+Blue) = 54+124+99=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #367C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C63 is #C9839C. Grayscale: #646464. Windows color (decimal): -13206429 or 6519862. OLE color: 6519862.

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

Color convert

RGB5412499-
CMYK0.5600.200.51
HSL158.57º39.33%34.9%-
HSV(B)158.57º56.45%48.63%-
XYZ10.9816.114.33-
YUV100.22127.3195.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 124 (48.83% from 255) = 44.77%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=19.49%
G=44.77%
B=35.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54124990.5600.200.51158.5739.3334.9
Hex367C6338014339f2723
Octal6617414370024632374743
Binary1101101111100110001111100001010011001110011111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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