Html Css Color HEX #353824 Green Kelp

📋 copy color: '#353824'

red 53 ◦ green 56 ◦ blue 36

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

Shades of Green Kelp #353824

Tints of Green Kelp #353824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24.83%

R = 36.55%
G = 38.62%
B = 24.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#353824 (or 0x353824) is known color: Green Kelp. HEX triplet: 35, 38 and 24. RGB value is (53,56,36). Sum of RGB (Red+Green+Blue) = 53+56+36=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 56 - color contains mainly: green. Hex color #353824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353824 is #CAC7DB. Grayscale: #343434. Windows color (decimal): -13289436 or 2373685. OLE color: 2373685.

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

Color convert

RGB 53 56 36 -
CMYK 0.05 0 0.36 0.78
HSL 69º 0.22% 0.18% -
HSV(B) 69º 0.36% 0.22% -
XYZ 3.2 3.71 2.22 -
YUV 52.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 53 56 36 0.05 0 0.36 0.78 69 0.22 0.18
Hex 35 38 24 5 0 24 4E 45 16 12
Octal 65 70 44 5 0 44 116 105 26 22
Binary 110101 111000 100100 101 0 100100 1001110 1000101 10110 10010

Color Harmonies of #353824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353824

Black with #353824

Text Example


Text Example

White with #353824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353824; }

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

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

background-color css

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

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

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

border-color css

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

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

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