Html Css Color HEX #35501D Seaweed

📋 copy color: '#35501D'

red 53 ◦ green 80 ◦ blue 29

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

Shades of Seaweed #35501D

Tints of Seaweed #35501D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.38%

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

R = 32.72%
G = 49.38%
B = 17.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#35501D (or 0x35501D) is known color: Seaweed. HEX triplet: 35, 50 and 1D. RGB value is (53,80,29). Sum of RGB (Red+Green+Blue) = 53+80+29=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #35501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35501D is #CAAFE2. Grayscale: #424242. Windows color (decimal): -13283299 or 1921077. OLE color: 1921077.

HSL color Cylindrical-coordinate representation of color #35501D: hue angle of 91.76º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35501D is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 80 29 -
CMYK 0.34 0 0.64 0.69
HSL 91.76º 0.47% 0.21% -
HSV(B) 91.76º 0.64% 0.31% -
XYZ 4.56 6.58 2.19 -
YUV 66.11 107.05 118.65 -
System Red Green Blue C M Y K H S L
Decimal 53 80 29 0.34 0 0.64 0.69 91.76 0.47 0.21
Hex 35 50 1D 22 0 40 45 5C 2F 15
Octal 65 120 35 42 0 100 105 134 57 25
Binary 110101 1010000 11101 100010 0 1000000 1000101 1011100 101111 10101

Color Harmonies of #35501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35501D

Black with #35501D

Text Example


Text Example

White with #35501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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