Html Css Color HEX #353A24 Green Kelp

📋 copy color: '#353A24'

red 53 ◦ green 58 ◦ blue 36

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

Shades of Green Kelp #353A24

Tints of Green Kelp #353A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.46%

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

R = 36.05%
G = 39.46%
B = 24.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.77

RGB Variations

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

Color information

#353A24 (or 0x353A24) is known color: Green Kelp. HEX triplet: 35, 3A and 24. RGB value is (53,58,36). Sum of RGB (Red+Green+Blue) = 53+58+36=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 58 - color contains mainly: green. Hex color #353A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A24 is #CAC5DB. Grayscale: #363636. Windows color (decimal): -13288924 or 2374197. OLE color: 2374197.

HSL color Cylindrical-coordinate representation of color #353A24: hue angle of 73.64º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #353A24 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 58 36 -
CMYK 0.09 0 0.38 0.77
HSL 73.64º 0.23% 0.18% -
HSV(B) 73.64º 0.38% 0.23% -
XYZ 3.3 3.91 2.25 -
YUV 54 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 53 58 36 0.09 0 0.38 0.77 73.64 0.23 0.18
Hex 35 3A 24 9 0 26 4D 4A 17 12
Octal 65 72 44 11 0 46 115 112 27 22
Binary 110101 111010 100100 1001 0 100110 1001101 1001010 10111 10010

Color Harmonies of #353A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A24

Black with #353A24

Text Example


Text Example

White with #353A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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