#367F69

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

Shades of Viridian #367F69

Tints of Viridian #367F69

Color information

#367F69 (or 0x367F69) is unknown color: approx Viridian. HEX triplet: 36, 7F and 69. RGB value is (54,127,105). Sum of RGB (Red+Green+Blue) = 54+127+105=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 127 - color contains mainly: green. Hex color #367F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F69 is #C98096. Grayscale: #666666. Windows color (decimal): -13205655 or 6913846. OLE color: 6913846.

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

Color convert

RGB54127105-
CMYK0.5700.170.50
HSL161.92º40.33%35.49%-
HSV(B)161.92º57.48%49.8%-
XYZ11.6616.9816.03-
YUV102.66129.3293.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 127 (50% from 255) = 44.41%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=18.88%
G=44.41%
B=36.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541271050.5700.170.50161.9240.3335.49
Hex367F693901132a22823
Octal6617715171021622425043
Binary1101101111111110100111100101000111001010100010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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