Html Css Color HEX #35531D Seaweed

📋 copy color: '#35531D'

red 53 ◦ green 83 ◦ blue 29

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

Shades of Seaweed #35531D

Tints of Seaweed #35531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50.3%

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

R = 32.12%
G = 50.3%
B = 17.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#35531D (or 0x35531D) is known color: Seaweed. HEX triplet: 35, 53 and 1D. RGB value is (53,83,29). Sum of RGB (Red+Green+Blue) = 53+83+29=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #35531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35531D is #CAACE2. Grayscale: #444444. Windows color (decimal): -13282531 or 1921845. OLE color: 1921845.

HSL color Cylindrical-coordinate representation of color #35531D: hue angle of 93.33º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35531D is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 83 29 -
CMYK 0.36 0 0.65 0.67
HSL 93.33º 0.48% 0.22% -
HSV(B) 93.33º 0.65% 0.33% -
XYZ 4.78 7.03 2.27 -
YUV 67.87 106.06 117.39 -
System Red Green Blue C M Y K H S L
Decimal 53 83 29 0.36 0 0.65 0.67 93.33 0.48 0.22
Hex 35 53 1D 24 0 41 43 5D 30 16
Octal 65 123 35 44 0 101 103 135 60 26
Binary 110101 1010011 11101 100100 0 1000001 1000011 1011101 110000 10110

Color Harmonies of #35531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35531D

Black with #35531D

Text Example


Text Example

White with #35531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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