#369272

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

Shades of Viridian #369272

Tints of Viridian #369272

Color information

#369272 (or 0x369272) is unknown color: approx Viridian. HEX triplet: 36, 92 and 72. RGB value is (54,146,114). Sum of RGB (Red+Green+Blue) = 54+146+114=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #369272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369272 is #C96D8D. Grayscale: #727272. Windows color (decimal): -13200782 or 7508534. OLE color: 7508534.

HSL color Cylindrical-coordinate representation of color #369272: hue angle of 159.13º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369272 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB54146114-
CMYK0.6300.220.43
HSL159.13º46%39.22%-
HSV(B)159.13º63.01%57.25%-
XYZ14.8422.5619.49-
YUV114.84127.5284.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=17.20%
G=46.50%
B=36.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541461140.6300.220.43159.134639.22
Hex3692723F0162B9f2e27
Octal6622216277026532375647
Binary11011010010010111001011111101011010101110011111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369272; }

 p { color: rgb(54,146,114); }

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

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

 a { background-color: rgb(54,146,114); }

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

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

 span { border-color: rgb(54,146,114); }

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