#358468

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

Shades of Viridian #358468

Tints of Viridian #358468

Color information

#358468 (or 0x358468) is unknown color: approx Viridian. HEX triplet: 35, 84 and 68. RGB value is (53,132,104). Sum of RGB (Red+Green+Blue) = 53+132+104=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #358468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358468 is #CA7B97. Grayscale: #696969. Windows color (decimal): -13269912 or 6849589. OLE color: 6849589.

HSL color Cylindrical-coordinate representation of color #358468: hue angle of 158.73º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358468 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB53132104-
CMYK0.6000.210.48
HSL158.73º42.7%36.27%-
HSV(B)158.73º59.85%51.76%-
XYZ12.2218.2615.98-
YUV105.19127.3390.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=18.34%
G=45.67%
B=35.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531321040.6000.210.48158.7342.736.27
Hex3584683C015309f2b24
Octal6520415074025602375344
Binary11010110000100110100011110001010111000010011111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358468; }

 p { color: rgb(53,132,104); }

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

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

 a { background-color: rgb(53,132,104); }

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

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

 span { border-color: rgb(53,132,104); }

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