#358369

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

Shades of Viridian #358369

Tints of Viridian #358369

Color information

#358369 (or 0x358369) is unknown color: approx Viridian. HEX triplet: 35, 83 and 69. RGB value is (53,131,105). Sum of RGB (Red+Green+Blue) = 53+131+105=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #358369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358369 is #CA7C96. Grayscale: #686868. Windows color (decimal): -13270167 or 6914869. OLE color: 6914869.

HSL color Cylindrical-coordinate representation of color #358369: hue angle of 160º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358369 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB53131105-
CMYK0.6000.200.49
HSL160º42.39%36.08%-
HSV(B)160º59.54%51.37%-
XYZ12.1318.0116.2-
YUV104.71128.1691.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 131 (51.56% from 255) = 45.33%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=18.34%
G=45.33%
B=36.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531311050.6000.200.4916042.3936.08
Hex3583693C01431a02a24
Octal6520315174024612405244
Binary11010110000011110100111110001010011000110100000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358369; }

 p { color: rgb(53,131,105); }

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

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

 a { background-color: rgb(53,131,105); }

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

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

 span { border-color: rgb(53,131,105); }

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