#357760

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

Shades of Viridian #357760

Tints of Viridian #357760

Color information

#357760 (or 0x357760) is unknown color: approx Viridian. HEX triplet: 35, 77 and 60. RGB value is (53,119,96). Sum of RGB (Red+Green+Blue) = 53+119+96=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #357760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357760 is #CA889F. Grayscale: #606060. Windows color (decimal): -13273248 or 6321973. OLE color: 6321973.

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

Color convert

RGB5311996-
CMYK0.5500.190.53
HSL159.09º38.37%33.73%-
HSV(B)159.09º55.46%46.67%-
XYZ10.1814.813.39-
YUV96.64127.6396.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=19.78%
G=44.40%
B=35.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119960.5500.190.53159.0938.3733.73
Hex35776037013359f2622
Octal6516714067023652374642
Binary1101011110111110000011011101001111010110011111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357760; }

 p { color: rgb(53,119,96); }

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

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

 a { background-color: rgb(53,119,96); }

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

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

 span { border-color: rgb(53,119,96); }

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