#368371

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

Shades of Viridian #368371

Tints of Viridian #368371

Color information

#368371 (or 0x368371) is unknown color: approx Viridian. HEX triplet: 36, 83 and 71. RGB value is (54,131,113). Sum of RGB (Red+Green+Blue) = 54+131+113=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #368371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368371 is #C97C8E. Grayscale: #696969. Windows color (decimal): -13204623 or 7439158. OLE color: 7439158.

HSL color Cylindrical-coordinate representation of color #368371: hue angle of 165.97º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368371 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB54131113-
CMYK0.5900.140.49
HSL165.97º41.62%36.27%-
HSV(B)165.97º58.78%51.37%-
XYZ12.6218.2118.47-
YUV105.92131.9990.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.12%
GREEN value IS 131 (51.56% from 255) = 43.96%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=18.12%
G=43.96%
B=37.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541311130.5900.140.49165.9741.6236.27
Hex3683713B0E31a62a24
Octal6620316173016612465244
Binary1101101000001111100011110110111011000110100110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368371; }

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

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

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

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

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

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

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

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