#358667

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

Shades of Viridian #358667

Tints of Viridian #358667

Color information

#358667 (or 0x358667) is unknown color: approx Viridian. HEX triplet: 35, 86 and 67. RGB value is (53,134,103). Sum of RGB (Red+Green+Blue) = 53+134+103=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #358667 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358667 is #CA7998. Grayscale: #6A6A6A. Windows color (decimal): -13269401 or 6784565. OLE color: 6784565.

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

Color convert

RGB53134103-
CMYK0.6000.230.47
HSL157.04º43.32%36.67%-
HSV(B)157.04º60.45%52.55%-
XYZ12.4418.7915.8-
YUV106.25126.1690.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 103 (40.62% from 255) = 35.52%
R=18.28%
G=46.21%
B=35.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531341030.6000.230.47157.0443.3236.67
Hex3586673C0172F9d2b25
Octal6520614774027572355345
Binary11010110000110110011111110001011110111110011101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358667; }

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

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

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

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

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

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

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

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