#358068

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

Shades of Viridian #358068

Tints of Viridian #358068

Color information

#358068 (or 0x358068) is unknown color: approx Viridian. HEX triplet: 35, 80 and 68. RGB value is (53,128,104). Sum of RGB (Red+Green+Blue) = 53+128+104=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #358068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358068 is #CA7F97. Grayscale: #666666. Windows color (decimal): -13270936 or 6848565. OLE color: 6848565.

HSL color Cylindrical-coordinate representation of color #358068: hue angle of 160.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358068 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB53128104-
CMYK0.5900.190.50
HSL160.8º41.44%35.49%-
HSV(B)160.8º58.59%50.2%-
XYZ11.6917.1915.8-
YUV102.84128.6592.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=18.60%
G=44.91%
B=36.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531281040.5900.190.50160.841.4435.49
Hex3580683B01332a12923
Octal6520015073023622415143
Binary11010110000000110100011101101001111001010100001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358068; }

 p { color: rgb(53,128,104); }

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

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

 a { background-color: rgb(53,128,104); }

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

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

 span { border-color: rgb(53,128,104); }

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