Html Css Color HEX #35491E Seaweed

📋 copy color: '#35491E'

red 53 ◦ green 73 ◦ blue 30

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

Shades of Seaweed #35491E

Tints of Seaweed #35491E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.23%

R = 33.97%
G = 46.79%
B = 19.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#35491E (or 0x35491E) is known color: Seaweed. HEX triplet: 35, 49 and 1E. RGB value is (53,73,30). Sum of RGB (Red+Green+Blue) = 53+73+30=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #35491E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35491E is #CAB6E1. Grayscale: #3E3E3E. Windows color (decimal): -13285090 or 1984821. OLE color: 1984821.

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

Color convert

RGB 53 73 30 -
CMYK 0.27 0 0.59 0.71
HSL 87.91º 0.42% 0.2% -
HSV(B) 87.91º 0.59% 0.29% -
XYZ 4.09 5.62 2.1 -
YUV 62.12 109.87 121.5 -
System Red Green Blue C M Y K H S L
Decimal 53 73 30 0.27 0 0.59 0.71 87.91 0.42 0.2
Hex 35 49 1E 1B 0 3B 47 58 2A 14
Octal 65 111 36 33 0 73 107 130 52 24
Binary 110101 1001001 11110 11011 0 111011 1000111 1011000 101010 10100

Color Harmonies of #35491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35491E

Black with #35491E

Text Example


Text Example

White with #35491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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