#367C65

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

Shades of Viridian #367C65

Tints of Viridian #367C65

Color information

#367C65 (or 0x367C65) is unknown color: approx Viridian. HEX triplet: 36, 7C and 65. RGB value is (54,124,101). Sum of RGB (Red+Green+Blue) = 54+124+101=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #367C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C65 is #C9839A. Grayscale: #646464. Windows color (decimal): -13206427 or 6650934. OLE color: 6650934.

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

Color convert

RGB54124101-
CMYK0.5600.190.51
HSL160.29º39.33%34.9%-
HSV(B)160.29º56.45%48.63%-
XYZ11.0816.1414.84-
YUV100.45128.3194.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 124 (48.83% from 255) = 44.44%
BLUE value IS 101 (39.84% from 255) = 36.20%
R=19.35%
G=44.44%
B=36.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541241010.5600.190.51160.2939.3334.9
Hex367C653801333a02723
Octal6617414570023632404743
Binary1101101111100110010111100001001111001110100000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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