#358775

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

Shades of Viridian #358775

Tints of Viridian #358775

Color information

#358775 (or 0x358775) is unknown color: approx Viridian. HEX triplet: 35, 87 and 75. RGB value is (53,135,117). Sum of RGB (Red+Green+Blue) = 53+135+117=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #358775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358775 is #CA788A. Grayscale: #6C6C6C. Windows color (decimal): -13269131 or 7702325. OLE color: 7702325.

HSL color Cylindrical-coordinate representation of color #358775: hue angle of 166.83º 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 #358775 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB53135117-
CMYK0.6100.130.47
HSL166.83º43.62%36.86%-
HSV(B)166.83º60.74%52.94%-
XYZ13.3419.3719.86-
YUV108.43132.8388.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=17.38%
G=44.26%
B=38.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531351170.6100.130.47166.8343.6236.86
Hex3587753D0D2Fa72c25
Octal6520716575015572475445
Binary1101011000011111101011111010110110111110100111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358775; }

 p { color: rgb(53,135,117); }

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

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

 a { background-color: rgb(53,135,117); }

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

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

 span { border-color: rgb(53,135,117); }

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