Html Css Color HEX #35491A Seaweed

📋 copy color: '#35491A'

red 53 ◦ green 73 ◦ blue 26

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

Shades of Seaweed #35491A

Tints of Seaweed #35491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.11%

R = 34.87%
G = 48.03%
B = 17.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#35491A (or 0x35491A) is known color: Seaweed. HEX triplet: 35, 49 and 1A. RGB value is (53,73,26). Sum of RGB (Red+Green+Blue) = 53+73+26=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #35491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35491A is #CAB6E5. Grayscale: #3D3D3D. Windows color (decimal): -13285094 or 1722677. OLE color: 1722677.

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

Color convert

RGB 53 73 26 -
CMYK 0.27 0 0.64 0.71
HSL 85.53º 0.47% 0.19% -
HSV(B) 85.53º 0.64% 0.29% -
XYZ 4.04 5.6 1.84 -
YUV 61.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 53 73 26 0.27 0 0.64 0.71 85.53 0.47 0.19
Hex 35 49 1A 1B 0 40 47 56 2F 13
Octal 65 111 32 33 0 100 107 126 57 23
Binary 110101 1001001 11010 11011 0 1000000 1000111 1010110 101111 10011

Color Harmonies of #35491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35491A

Black with #35491A

Text Example


Text Example

White with #35491A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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