#368362

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

Shades of Viridian #368362

Tints of Viridian #368362

Color information

#368362 (or 0x368362) is unknown color: approx Viridian. HEX triplet: 36, 83 and 62. RGB value is (54,131,98). Sum of RGB (Red+Green+Blue) = 54+131+98=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #368362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368362 is #C97C9D. Grayscale: #686868. Windows color (decimal): -13204638 or 6456118. OLE color: 6456118.

HSL color Cylindrical-coordinate representation of color #368362: hue angle of 154.29º 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 #368362 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB5413198-
CMYK0.5900.250.49
HSL154.29º41.62%36.27%-
HSV(B)154.29º58.78%51.37%-
XYZ11.8417.914.39-
YUV104.21124.4992.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 131 (51.56% from 255) = 46.29%
BLUE value IS 98 (38.67% from 255) = 34.63%
R=19.08%
G=46.29%
B=34.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54131980.5900.250.49154.2941.6236.27
Hex3683623B019319a2a24
Octal6620314273031612325244
Binary11011010000011110001011101101100111000110011010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368362; }

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

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

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

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

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

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

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

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