#358869

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

Shades of Viridian #358869

Tints of Viridian #358869

Color information

#358869 (or 0x358869) is unknown color: approx Viridian. HEX triplet: 35, 88 and 69. RGB value is (53,136,105). Sum of RGB (Red+Green+Blue) = 53+136+105=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #358869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358869 is #CA7796. Grayscale: #6B6B6B. Windows color (decimal): -13268887 or 6916149. OLE color: 6916149.

HSL color Cylindrical-coordinate representation of color #358869: hue angle of 157.59º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358869 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB53136105-
CMYK0.6100.230.47
HSL157.59º43.92%37.06%-
HSV(B)157.59º61.03%53.33%-
XYZ12.8219.3916.43-
YUV107.65126.589.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 136 (53.52% from 255) = 46.26%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=18.03%
G=46.26%
B=35.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531361050.6100.230.47157.5943.9237.06
Hex3588693D0172F9e2c25
Octal6521015175027572365445
Binary11010110001000110100111110101011110111110011110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358869; }

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

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

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

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

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

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

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

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