#369571

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

Shades of Viridian #369571

Tints of Viridian #369571

Color information

#369571 (or 0x369571) is unknown color: approx Viridian. HEX triplet: 36, 95 and 71. RGB value is (54,149,113). Sum of RGB (Red+Green+Blue) = 54+149+113=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #369571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369571 is #C96A8E. Grayscale: #747474. Windows color (decimal): -13200015 or 7443766. OLE color: 7443766.

HSL color Cylindrical-coordinate representation of color #369571: hue angle of 157.26º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369571 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB54149113-
CMYK0.6400.240.42
HSL157.26º46.8%39.8%-
HSV(B)157.26º63.76%58.43%-
XYZ15.2523.4719.35-
YUV116.49126.0383.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.09%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=17.09%
G=47.15%
B=35.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541491130.6400.240.42157.2646.839.8
Hex369571400182A9d2f28
Octal66225161100030522355750
Binary110110100101011110001100000001100010101010011101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369571; }

 p { color: rgb(54,149,113); }

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

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

 a { background-color: rgb(54,149,113); }

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

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

 span { border-color: rgb(54,149,113); }

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