Html Css Color HEX #353829 Green Kelp

📋 copy color: '#353829'

red 53 ◦ green 56 ◦ blue 41

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

Shades of Green Kelp #353829

Tints of Green Kelp #353829

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.33%

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

R = 35.33%
G = 37.33%
B = 27.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#353829 (or 0x353829) is known color: Green Kelp. HEX triplet: 35, 38 and 29. RGB value is (53,56,41). Sum of RGB (Red+Green+Blue) = 53+56+41=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 56 - color contains mainly: green. Hex color #353829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353829 is #CAC7D6. Grayscale: #353535. Windows color (decimal): -13289431 or 2701365. OLE color: 2701365.

HSL color Cylindrical-coordinate representation of color #353829: hue angle of 72º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #353829 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 56 41 -
CMYK 0.05 0 0.27 0.78
HSL 72º 0.15% 0.19% -
HSV(B) 72º 0.27% 0.22% -
XYZ 3.28 3.75 2.65 -
YUV 53.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 53 56 41 0.05 0 0.27 0.78 72 0.15 0.19
Hex 35 38 29 5 0 1B 4E 48 F 13
Octal 65 70 51 5 0 33 116 110 17 23
Binary 110101 111000 101001 101 0 11011 1001110 1001000 1111 10011

Color Harmonies of #353829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353829

Black with #353829

Text Example


Text Example

White with #353829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353829; }

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

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

background-color css

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

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

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

border-color css

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

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

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