#35551A

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

Shades of Seaweed #35551A

Tints of Seaweed #35551A

Color information

#35551A (or 0x35551A) is unknown color: approx Seaweed. HEX triplet: 35, 55 and 1A. RGB value is (53,85,26). Sum of RGB (Red+Green+Blue) = 53+85+26=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #35551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35551A is #CAAAE5. Grayscale: #444444. Windows color (decimal): -13282022 or 1725749. OLE color: 1725749.

HSL color Cylindrical-coordinate representation of color #35551A: hue angle of 92.54º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35551A is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB538526-
CMYK0.3800.690.67
HSL92.54º53.15%21.76%-
HSV(B)92.54º69.41%33.33%-
XYZ4.97.332.13-
YUV68.71103.9116.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 26 (10.55% from 255) = 15.85%
R=32.32%
G=51.83%
B=15.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5385260.3800.690.6792.5453.1521.76
Hex35551A26045435d3516
Octal65125324601051031356526
Binary110101101010111010100110010001011000011101110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35551A; }

 p { color: rgb(53,85,26); }

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

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

 a { background-color: rgb(53,85,26); }

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

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

 span { border-color: rgb(53,85,26); }

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