#35826B

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

Shades of Viridian #35826B

Tints of Viridian #35826B

Color information

#35826B (or 0x35826B) is unknown color: approx Viridian. HEX triplet: 35, 82 and 6B. RGB value is (53,130,107). Sum of RGB (Red+Green+Blue) = 53+130+107=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #35826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35826B is #CA7D94. Grayscale: #686868. Windows color (decimal): -13270421 or 7045685. OLE color: 7045685.

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

Color convert

RGB53130107-
CMYK0.5900.180.49
HSL162.08º42.08%35.88%-
HSV(B)162.08º59.23%50.98%-
XYZ12.117.7816.7-
YUV104.35129.4991.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 107 (42.19% from 255) = 36.90%
R=18.28%
G=44.83%
B=36.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531301070.5900.180.49162.0842.0835.88
Hex35826B3B01231a22a24
Octal6520215373022612425244
Binary11010110000010110101111101101001011000110100010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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