#358672

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

Shades of Viridian #358672

Tints of Viridian #358672

Color information

#358672 (or 0x358672) is unknown color: approx Viridian. HEX triplet: 35, 86 and 72. RGB value is (53,134,114). Sum of RGB (Red+Green+Blue) = 53+134+114=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #358672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358672 is #CA798D. Grayscale: #6B6B6B. Windows color (decimal): -13269390 or 7505461. OLE color: 7505461.

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

Color convert

RGB53134114-
CMYK0.6000.150.47
HSL165.19º43.32%36.67%-
HSV(B)165.19º60.45%52.55%-
XYZ13.0319.0218.9-
YUV107.5131.6689.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=17.61%
G=44.52%
B=37.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531341140.6000.150.47165.1943.3236.67
Hex3586723C0F2Fa52b25
Octal6520616274017572455345
Binary1101011000011011100101111000111110111110100101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358672; }

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

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

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

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

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

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

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

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