#368463

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

Shades of Viridian #368463

Tints of Viridian #368463

Color information

#368463 (or 0x368463) is unknown color: approx Viridian. HEX triplet: 36, 84 and 63. RGB value is (54,132,99). Sum of RGB (Red+Green+Blue) = 54+132+99=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #368463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368463 is #C97B9C. Grayscale: #686868. Windows color (decimal): -13204381 or 6521910. OLE color: 6521910.

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

Color convert

RGB5413299-
CMYK0.5900.250.48
HSL154.62º41.94%36.47%-
HSV(B)154.62º59.09%51.76%-
XYZ12.0218.1914.68-
YUV104.92124.6691.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=18.95%
G=46.32%
B=34.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132990.5900.250.48154.6241.9436.47
Hex3684633B019309b2a24
Octal6620414373031602335244
Binary11011010000100110001111101101100111000010011011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368463; }

 p { color: rgb(54,132,99); }

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

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

 a { background-color: rgb(54,132,99); }

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

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

 span { border-color: rgb(54,132,99); }

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