Html Css Color HEX #35481D Seaweed

📋 copy color: '#35481D'

red 53 ◦ green 72 ◦ blue 29

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

Shades of Seaweed #35481D

Tints of Seaweed #35481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.75%

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

R = 34.42%
G = 46.75%
B = 18.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#35481D (or 0x35481D) is known color: Seaweed. HEX triplet: 35, 48 and 1D. RGB value is (53,72,29). Sum of RGB (Red+Green+Blue) = 53+72+29=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #35481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35481D is #CAB7E2. Grayscale: #3D3D3D. Windows color (decimal): -13285347 or 1919029. OLE color: 1919029.

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

Color convert

RGB 53 72 29 -
CMYK 0.26 0 0.60 0.72
HSL 86.51º 0.43% 0.2% -
HSV(B) 86.51º 0.6% 0.28% -
XYZ 4.01 5.48 2.01 -
YUV 61.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 53 72 29 0.26 0 0.60 0.72 86.51 0.43 0.2
Hex 35 48 1D 1A 0 3C 48 57 2B 14
Octal 65 110 35 32 0 74 110 127 53 24
Binary 110101 1001000 11101 11010 0 111100 1001000 1010111 101011 10100

Color Harmonies of #35481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35481D

Black with #35481D

Text Example


Text Example

White with #35481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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