#367B66

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

Shades of Viridian #367B66

Tints of Viridian #367B66

Color information

#367B66 (or 0x367B66) is unknown color: approx Viridian. HEX triplet: 36, 7B and 66. RGB value is (54,123,102). Sum of RGB (Red+Green+Blue) = 54+123+102=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #367B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367B66 is #C98499. Grayscale: #636363. Windows color (decimal): -13206682 or 6716214. OLE color: 6716214.

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

Color convert

RGB54123102-
CMYK0.5600.170.52
HSL161.74º38.98%34.71%-
HSV(B)161.74º56.1%48.24%-
XYZ1115.9115.06-
YUV99.98129.1495.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 123 (48.44% from 255) = 44.09%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=19.35%
G=44.09%
B=36.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal541231020.5600.170.52161.7438.9834.71
Hex367B663801134a22723
Octal6617314670021642424743
Binary1101101111011110011011100001000111010010100010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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