#358264

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

Shades of Viridian #358264

Tints of Viridian #358264

Color information

#358264 (or 0x358264) is unknown color: approx Viridian. HEX triplet: 35, 82 and 64. RGB value is (53,130,100). Sum of RGB (Red+Green+Blue) = 53+130+100=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #358264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358264 is #CA7D9B. Grayscale: #676767. Windows color (decimal): -13270428 or 6586933. OLE color: 6586933.

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

Color convert

RGB53130100-
CMYK0.5900.230.49
HSL156.62º42.08%35.88%-
HSV(B)156.62º59.23%50.98%-
XYZ11.7517.6414.84-
YUV103.56125.9991.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=18.73%
G=45.94%
B=35.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531301000.5900.230.49156.6242.0835.88
Hex3582643B017319d2a24
Octal6520214473027612355244
Binary11010110000010110010011101101011111000110011101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358264; }

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

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

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

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

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

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

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

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