#358263

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

Shades of Viridian #358263

Tints of Viridian #358263

Color information

#358263 (or 0x358263) is unknown color: approx Viridian. HEX triplet: 35, 82 and 63. RGB value is (53,130,99). Sum of RGB (Red+Green+Blue) = 53+130+99=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #358263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358263 is #CA7D9C. Grayscale: #676767. Windows color (decimal): -13270429 or 6521397. OLE color: 6521397.

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

Color convert

RGB5313099-
CMYK0.5900.240.49
HSL155.84º42.08%35.88%-
HSV(B)155.84º59.23%50.98%-
XYZ11.717.6214.59-
YUV103.44125.4992.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=18.79%
G=46.10%
B=35.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130990.5900.240.49155.8442.0835.88
Hex3582633B018319c2a24
Octal6520214373030612345244
Binary11010110000010110001111101101100011000110011100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358263; }

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

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

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

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

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

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

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

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