#35826E

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

Shades of Viridian #35826E

Tints of Viridian #35826E

Color information

#35826E (or 0x35826E) is unknown color: approx Viridian. HEX triplet: 35, 82 and 6E. RGB value is (53,130,110). Sum of RGB (Red+Green+Blue) = 53+130+110=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #35826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35826E is #CA7D91. Grayscale: #686868. Windows color (decimal): -13270418 or 7242293. OLE color: 7242293.

HSL color Cylindrical-coordinate representation of color #35826E: hue angle of 164.42º 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 #35826E is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB53130110-
CMYK0.5900.150.49
HSL164.42º42.08%35.88%-
HSV(B)164.42º59.23%50.98%-
XYZ12.2717.8517.55-
YUV104.7130.9991.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=18.09%
G=44.37%
B=37.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531301100.5900.150.49164.4242.0835.88
Hex35826E3B0F31a42a24
Octal6520215673017612445244
Binary1101011000001011011101110110111111000110100100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35826E; }

 p { color: rgb(53,130,110); }

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

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

 a { background-color: rgb(53,130,110); }

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

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

 span { border-color: rgb(53,130,110); }

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