Html Css Color HEX #35521B Seaweed

📋 copy color: '#35521B'

red 53 ◦ green 82 ◦ blue 27

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

Shades of Seaweed #35521B

Tints of Seaweed #35521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.62%

 BLUE value IS 27 (10.94% from 255) = 16.67%

R = 32.72%
G = 50.62%
B = 16.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#35521B (or 0x35521B) is known color: Seaweed. HEX triplet: 35, 52 and 1B. RGB value is (53,82,27). Sum of RGB (Red+Green+Blue) = 53+82+27=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #35521B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35521B is #CAADE4. Grayscale: #434343. Windows color (decimal): -13282789 or 1790517. OLE color: 1790517.

HSL color Cylindrical-coordinate representation of color #35521B: hue angle of 91.64º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35521B is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 82 27 -
CMYK 0.35 0 0.67 0.68
HSL 91.64º 0.5% 0.21% -
HSV(B) 91.64º 0.67% 0.32% -
XYZ 4.68 6.87 2.12 -
YUV 67.06 105.39 117.97 -
System Red Green Blue C M Y K H S L
Decimal 53 82 27 0.35 0 0.67 0.68 91.64 0.5 0.21
Hex 35 52 1B 23 0 43 44 5C 32 15
Octal 65 122 33 43 0 103 104 134 62 25
Binary 110101 1010010 11011 100011 0 1000011 1000100 1011100 110010 10101

Color Harmonies of #35521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35521B

Black with #35521B

Text Example


Text Example

White with #35521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35521B; }

 p { color: rgb(53,82,27); }

 H1.HeaderClassName
 {
   color: #35521B;
 }
 .AnyTagClassName
 {
   color: #35521B;
 }
</style>

background-color css

<style>
 a { background-color: #35521B; }

 a { background-color: rgb(53,82,27); }

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

border-color css

<style>
 span { border-color: #35521B; }

 span { border-color: rgb(53,82,27); }

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