Html Css Color HEX #35491C Seaweed

📋 copy color: '#35491C'

red 53 ◦ green 73 ◦ blue 28

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

Shades of Seaweed #35491C

Tints of Seaweed #35491C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.18%

R = 34.42%
G = 47.4%
B = 18.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#35491C (or 0x35491C) is known color: Seaweed. HEX triplet: 35, 49 and 1C. RGB value is (53,73,28). Sum of RGB (Red+Green+Blue) = 53+73+28=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #35491C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35491C is #CAB6E3. Grayscale: #3E3E3E. Windows color (decimal): -13285092 or 1853749. OLE color: 1853749.

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

Color convert

RGB 53 73 28 -
CMYK 0.27 0 0.62 0.71
HSL 86.67º 0.45% 0.2% -
HSV(B) 86.67º 0.62% 0.29% -
XYZ 4.06 5.61 1.97 -
YUV 61.89 108.87 121.66 -
System Red Green Blue C M Y K H S L
Decimal 53 73 28 0.27 0 0.62 0.71 86.67 0.45 0.2
Hex 35 49 1C 1B 0 3E 47 57 2D 14
Octal 65 111 34 33 0 76 107 127 55 24
Binary 110101 1001001 11100 11011 0 111110 1000111 1010111 101101 10100

Color Harmonies of #35491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35491C

Black with #35491C

Text Example


Text Example

White with #35491C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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