Html Css Color HEX #353E29 Seaweed

📋 copy color: '#353E29'

red 53 ◦ green 62 ◦ blue 41

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

Shades of Seaweed #353E29

Tints of Seaweed #353E29

RGB

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

 GREEN value IS 62 (24.61% from 255) = 39.74%

 BLUE value IS 41 (16.41% from 255) = 26.28%

R = 33.97%
G = 39.74%
B = 26.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.76

RGB Variations

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

Color information

#353E29 (or 0x353E29) is known color: Seaweed. HEX triplet: 35, 3E and 29. RGB value is (53,62,41). Sum of RGB (Red+Green+Blue) = 53+62+41=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 62 - color contains mainly: green. Hex color #353E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E29 is #CAC1D6. Grayscale: #383838. Windows color (decimal): -13287895 or 2702901. OLE color: 2702901.

HSL color Cylindrical-coordinate representation of color #353E29: hue angle of 85.71º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #353E29 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 62 41 -
CMYK 0.15 0 0.34 0.76
HSL 85.71º 0.2% 0.2% -
HSV(B) 85.71º 0.34% 0.24% -
XYZ 3.59 4.36 2.75 -
YUV 56.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 53 62 41 0.15 0 0.34 0.76 85.71 0.2 0.2
Hex 35 3E 29 F 0 22 4C 56 14 14
Octal 65 76 51 17 0 42 114 126 24 24
Binary 110101 111110 101001 1111 0 100010 1001100 1010110 10100 10100

Color Harmonies of #353E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E29

Black with #353E29

Text Example


Text Example

White with #353E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353E29; }

 p { color: rgb(53,62,41); }

 H1.HeaderClassName
 {
   color: #353E29;
 }
 .AnyTagClassName
 {
   color: #353E29;
 }
</style>

background-color css

<style>
 a { background-color: #353E29; }

 a { background-color: rgb(53,62,41); }

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

border-color css

<style>
 span { border-color: #353E29; }

 span { border-color: rgb(53,62,41); }

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