#358665

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

Shades of Viridian #358665

Tints of Viridian #358665

Color information

#358665 (or 0x358665) is unknown color: approx Viridian. HEX triplet: 35, 86 and 65. RGB value is (53,134,101). Sum of RGB (Red+Green+Blue) = 53+134+101=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #358665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358665 is #CA799A. Grayscale: #6A6A6A. Windows color (decimal): -13269403 or 6653493. OLE color: 6653493.

HSL color Cylindrical-coordinate representation of color #358665: hue angle of 155.56º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358665 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB53134101-
CMYK0.6000.250.47
HSL155.56º43.32%36.67%-
HSV(B)155.56º60.45%52.55%-
XYZ12.3418.7515.28-
YUV106.02125.1690.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=18.40%
G=46.53%
B=35.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531341010.6000.250.47155.5643.3236.67
Hex3586653C0192F9c2b25
Octal6520614574031572345345
Binary11010110000110110010111110001100110111110011100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358665; }

 p { color: rgb(53,134,101); }

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

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

 a { background-color: rgb(53,134,101); }

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

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

 span { border-color: rgb(53,134,101); }

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