#358268

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

Shades of Viridian #358268

Tints of Viridian #358268

Color information

#358268 (or 0x358268) is unknown color: approx Viridian. HEX triplet: 35, 82 and 68. RGB value is (53,130,104). Sum of RGB (Red+Green+Blue) = 53+130+104=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #358268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358268 is #CA7D97. Grayscale: #686868. Windows color (decimal): -13270424 or 6849077. OLE color: 6849077.

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

Color convert

RGB53130104-
CMYK0.5900.20.49
HSL159.74º42.08%35.88%-
HSV(B)159.74º59.23%50.98%-
XYZ11.9517.7215.89-
YUV104.01127.9991.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=18.47%
G=45.30%
B=36.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531301040.5900.20.49159.7442.0835.88
Hex3582683B01431a02a24
Octal6520215073024612405244
Binary11010110000010110100011101101010011000110100000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358268; }

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

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

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

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

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

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

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

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