#368674

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

Shades of Viridian #368674

Tints of Viridian #368674

Color information

#368674 (or 0x368674) is unknown color: approx Viridian. HEX triplet: 36, 86 and 74. RGB value is (54,134,116). Sum of RGB (Red+Green+Blue) = 54+134+116=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #368674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368674 is #C9798B. Grayscale: #6C6C6C. Windows color (decimal): -13203852 or 7636534. OLE color: 7636534.

HSL color Cylindrical-coordinate representation of color #368674: hue angle of 166.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368674 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB54134116-
CMYK0.6000.130.47
HSL166.5º42.55%36.86%-
HSV(B)166.5º59.7%52.55%-
XYZ13.219.119.51-
YUV108.03132.589.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.76%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 116 (45.70% from 255) = 38.16%
R=17.76%
G=44.08%
B=38.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541341160.6000.130.47166.542.5536.86
Hex3686743C0D2Fa62b25
Octal6620616474015572465345
Binary1101101000011011101001111000110110111110100110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368674; }

 p { color: rgb(54,134,116); }

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

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

 a { background-color: rgb(54,134,116); }

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

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

 span { border-color: rgb(54,134,116); }

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