#368772

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

Shades of Viridian #368772

Tints of Viridian #368772

Color information

#368772 (or 0x368772) is unknown color: approx Viridian. HEX triplet: 36, 87 and 72. RGB value is (54,135,114). Sum of RGB (Red+Green+Blue) = 54+135+114=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #368772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368772 is #C9788D. Grayscale: #6C6C6C. Windows color (decimal): -13203598 or 7505718. OLE color: 7505718.

HSL color Cylindrical-coordinate representation of color #368772: hue angle of 164.44º 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 #368772 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB54135114-
CMYK0.6000.160.47
HSL164.44º42.86%37.06%-
HSV(B)164.44º60%52.94%-
XYZ13.2219.3318.95-
YUV108.39131.1689.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 135 (53.12% from 255) = 44.55%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=17.82%
G=44.55%
B=37.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541351140.6000.160.47164.4442.8637.06
Hex3687723C0102Fa42b25
Octal6620716274020572445345
Binary11011010000111111001011110001000010111110100100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368772; }

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

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

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

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

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

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

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

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