#358663

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

Shades of Viridian #358663

Tints of Viridian #358663

Color information

#358663 (or 0x358663) is unknown color: approx Viridian. HEX triplet: 35, 86 and 63. RGB value is (53,134,99). Sum of RGB (Red+Green+Blue) = 53+134+99=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #358663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358663 is #CA799C. Grayscale: #696969. Windows color (decimal): -13269405 or 6522421. OLE color: 6522421.

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

Color convert

RGB5313499-
CMYK0.6000.260.47
HSL154.07º43.32%36.67%-
HSV(B)154.07º60.45%52.55%-
XYZ12.2518.7114.77-
YUV105.79124.1690.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.53%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=18.53%
G=46.85%
B=34.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53134990.6000.260.47154.0743.3236.67
Hex3586633C01A2F9a2b25
Octal6520614374032572325345
Binary11010110000110110001111110001101010111110011010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358663; }

 p { color: rgb(53,134,99); }

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

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

 a { background-color: rgb(53,134,99); }

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

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

 span { border-color: rgb(53,134,99); }

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