#368563

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

Shades of Viridian #368563

Tints of Viridian #368563

Color information

#368563 (or 0x368563) is unknown color: approx Viridian. HEX triplet: 36, 85 and 63. RGB value is (54,133,99). Sum of RGB (Red+Green+Blue) = 54+133+99=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #368563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368563 is #C97A9C. Grayscale: #696969. Windows color (decimal): -13204125 or 6522166. OLE color: 6522166.

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

Color convert

RGB5413399-
CMYK0.5900.260.48
HSL154.18º42.25%36.67%-
HSV(B)154.18º59.4%52.16%-
XYZ12.1618.4614.73-
YUV105.5124.3391.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=18.88%
G=46.50%
B=34.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133990.5900.260.48154.1842.2536.67
Hex3685633B01A309a2a25
Octal6620514373032602325245
Binary11011010000101110001111101101101011000010011010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368563; }

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

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

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

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

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

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

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

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