Html Css Color HEX #35491D Seaweed

📋 copy color: '#35491D'

red 53 ◦ green 73 ◦ blue 29

#35491D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seaweed #35491D

Tints of Seaweed #35491D

RGB

 RED value IS 53 (21.09% from 255) = 34.19%

 GREEN value IS 73 (28.91% from 255) = 47.1%

 BLUE value IS 29 (11.72% from 255) = 18.71%

R = 34.19%
G = 47.1%
B = 18.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#35491D (or 0x35491D) is known color: Seaweed. HEX triplet: 35, 49 and 1D. RGB value is (53,73,29). Sum of RGB (Red+Green+Blue) = 53+73+29=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #35491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35491D is #CAB6E2. Grayscale: #3E3E3E. Windows color (decimal): -13285091 or 1919285. OLE color: 1919285.

HSL color Cylindrical-coordinate representation of color #35491D: hue angle of 87.27º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35491D is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 29 -
CMYK 0.27 0 0.60 0.71
HSL 87.27º 0.43% 0.2% -
HSV(B) 87.27º 0.6% 0.29% -
XYZ 4.07 5.61 2.03 -
YUV 62 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 53 73 29 0.27 0 0.60 0.71 87.27 0.43 0.2
Hex 35 49 1D 1B 0 3C 47 57 2B 14
Octal 65 111 35 33 0 74 107 127 53 24
Binary 110101 1001001 11101 11011 0 111100 1000111 1010111 101011 10100

Color Harmonies of #35491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35491D

Black with #35491D

Text Example


Text Example

White with #35491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35491D; }

 p { color: rgb(53,73,29); }

 H1.HeaderClassName
 {
   color: #35491D;
 }
 .AnyTagClassName
 {
   color: #35491D;
 }
</style>

background-color css

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

 a { background-color: rgb(53,73,29); }

 div.DivClassName
 {
   background-color: #35491D;
 }
 .BgClassName
 {
   background-color: #35491D;
 }
</style>

border-color css

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

 span { border-color: rgb(53,73,29); }

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