#35765F

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

Shades of Viridian #35765F

Tints of Viridian #35765F

Color information

#35765F (or 0x35765F) is unknown color: approx Viridian. HEX triplet: 35, 76 and 5F. RGB value is (53,118,95). Sum of RGB (Red+Green+Blue) = 53+118+95=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #35765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35765F is #CA89A0. Grayscale: #5F5F5F. Windows color (decimal): -13273505 or 6256181. OLE color: 6256181.

HSL color Cylindrical-coordinate representation of color #35765F: hue angle of 158.77º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35765F is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB5311895-
CMYK0.5500.190.54
HSL158.77º38.01%33.53%-
HSV(B)158.77º55.08%46.27%-
XYZ10.0114.5413.11-
YUV95.94127.4797.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=19.92%
G=44.36%
B=35.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53118950.5500.190.54158.7738.0133.53
Hex35765F37013369f2622
Octal6516613767023662374642
Binary1101011110110101111111011101001111011010011111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35765F; }

 p { color: rgb(53,118,95); }

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

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

 a { background-color: rgb(53,118,95); }

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

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

 span { border-color: rgb(53,118,95); }

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