#358166

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

Shades of Viridian #358166

Tints of Viridian #358166

Color information

#358166 (or 0x358166) is unknown color: approx Viridian. HEX triplet: 35, 81 and 66. RGB value is (53,129,102). Sum of RGB (Red+Green+Blue) = 53+129+102=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #358166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358166 is #CA7E99. Grayscale: #676767. Windows color (decimal): -13270682 or 6717749. OLE color: 6717749.

HSL color Cylindrical-coordinate representation of color #358166: hue angle of 158.68º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358166 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB53129102-
CMYK0.5900.210.49
HSL158.68º41.76%35.69%-
HSV(B)158.68º58.91%50.59%-
XYZ11.7217.4215.31-
YUV103.2127.3292.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 129 (50.78% from 255) = 45.42%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=18.66%
G=45.42%
B=35.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531291020.5900.210.49158.6841.7635.69
Hex3581663B015319f2a24
Octal6520114673025612375244
Binary11010110000001110011011101101010111000110011111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358166; }

 p { color: rgb(53,129,102); }

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

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

 a { background-color: rgb(53,129,102); }

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

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

 span { border-color: rgb(53,129,102); }

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