Html Css Color HEX #35551B Seaweed

📋 copy color: '#35551B'

red 53 ◦ green 85 ◦ blue 27

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

Shades of Seaweed #35551B

Tints of Seaweed #35551B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.52%

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

R = 32.12%
G = 51.52%
B = 16.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#35551B (or 0x35551B) is known color: Seaweed. HEX triplet: 35, 55 and 1B. RGB value is (53,85,27). Sum of RGB (Red+Green+Blue) = 53+85+27=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #35551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35551B is #CAAAE4. Grayscale: #454545. Windows color (decimal): -13282021 or 1791285. OLE color: 1791285.

HSL color Cylindrical-coordinate representation of color #35551B: hue angle of 93.1º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35551B is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 27 -
CMYK 0.38 0 0.68 0.67
HSL 93.1º 0.52% 0.22% -
HSV(B) 93.1º 0.68% 0.33% -
XYZ 4.91 7.33 2.19 -
YUV 68.82 104.4 116.72 -
System Red Green Blue C M Y K H S L
Decimal 53 85 27 0.38 0 0.68 0.67 93.1 0.52 0.22
Hex 35 55 1B 26 0 44 43 5D 34 16
Octal 65 125 33 46 0 104 103 135 64 26
Binary 110101 1010101 11011 100110 0 1000100 1000011 1011101 110100 10110

Color Harmonies of #35551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35551B

Black with #35551B

Text Example


Text Example

White with #35551B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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