#35836B

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

Shades of Viridian #35836B

Tints of Viridian #35836B

Color information

#35836B (or 0x35836B) is unknown color: approx Viridian. HEX triplet: 35, 83 and 6B. RGB value is (53,131,107). Sum of RGB (Red+Green+Blue) = 53+131+107=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 131 - color contains mainly: green. Hex color #35836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35836B is #CA7C94. Grayscale: #686868. Windows color (decimal): -13270165 or 7045941. OLE color: 7045941.

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

Color convert

RGB53131107-
CMYK0.6000.180.49
HSL161.54º42.39%36.08%-
HSV(B)161.54º59.54%51.37%-
XYZ12.2418.0516.75-
YUV104.94129.1690.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 131 (51.56% from 255) = 45.02%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=18.21%
G=45.02%
B=36.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531311070.6000.180.49161.5442.3936.08
Hex35836B3C01231a22a24
Octal6520315374022612425244
Binary11010110000011110101111110001001011000110100010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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