Html Css Color HEX #35541B Seaweed

📋 copy color: '#35541B'

red 53 ◦ green 84 ◦ blue 27

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

Shades of Seaweed #35541B

Tints of Seaweed #35541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 51.22%

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

R = 32.32%
G = 51.22%
B = 16.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#35541B (or 0x35541B) is known color: Seaweed. HEX triplet: 35, 54 and 1B. RGB value is (53,84,27). Sum of RGB (Red+Green+Blue) = 53+84+27=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #35541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35541B is #CAABE4. Grayscale: #444444. Windows color (decimal): -13282277 or 1791029. OLE color: 1791029.

HSL color Cylindrical-coordinate representation of color #35541B: hue angle of 92.63º degrees, saturation: 0.51, 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 #35541B is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 84 27 -
CMYK 0.37 0 0.68 0.67
HSL 92.63º 0.51% 0.22% -
HSV(B) 92.63º 0.68% 0.33% -
XYZ 4.84 7.18 2.17 -
YUV 68.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 53 84 27 0.37 0 0.68 0.67 92.63 0.51 0.22
Hex 35 54 1B 25 0 44 43 5D 33 16
Octal 65 124 33 45 0 104 103 135 63 26
Binary 110101 1010100 11011 100101 0 1000100 1000011 1011101 110011 10110

Color Harmonies of #35541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35541B

Black with #35541B

Text Example


Text Example

White with #35541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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