Html Css Color HEX #35461D Seaweed

📋 copy color: '#35461D'

red 53 ◦ green 70 ◦ blue 29

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

Shades of Seaweed #35461D

Tints of Seaweed #35461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.05%

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

R = 34.87%
G = 46.05%
B = 19.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#35461D (or 0x35461D) is known color: Seaweed. HEX triplet: 35, 46 and 1D. RGB value is (53,70,29). Sum of RGB (Red+Green+Blue) = 53+70+29=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #35461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35461D is #CAB9E2. Grayscale: #3C3C3C. Windows color (decimal): -13285859 or 1918517. OLE color: 1918517.

HSL color Cylindrical-coordinate representation of color #35461D: hue angle of 84.88º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35461D is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 70 29 -
CMYK 0.24 0 0.59 0.73
HSL 84.88º 0.41% 0.19% -
HSV(B) 84.88º 0.59% 0.27% -
XYZ 3.88 5.23 1.97 -
YUV 60.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 53 70 29 0.24 0 0.59 0.73 84.88 0.41 0.19
Hex 35 46 1D 18 0 3B 49 55 29 13
Octal 65 106 35 30 0 73 111 125 51 23
Binary 110101 1000110 11101 11000 0 111011 1001001 1010101 101001 10011

Color Harmonies of #35461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35461D

Black with #35461D

Text Example


Text Example

White with #35461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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