Html Css Color HEX #354024 Seaweed

📋 copy color: '#354024'

red 53 ◦ green 64 ◦ blue 36

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

Shades of Seaweed #354024

Tints of Seaweed #354024

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.83%

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

R = 34.64%
G = 41.83%
B = 23.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#354024 (or 0x354024) is known color: Seaweed. HEX triplet: 35, 40 and 24. RGB value is (53,64,36). Sum of RGB (Red+Green+Blue) = 53+64+36=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #354024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354024 is #CABFDB. Grayscale: #393939. Windows color (decimal): -13287388 or 2375733. OLE color: 2375733.

HSL color Cylindrical-coordinate representation of color #354024: hue angle of 83.57º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #354024 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 64 36 -
CMYK 0.17 0 0.44 0.75
HSL 83.57º 0.28% 0.2% -
HSV(B) 83.57º 0.44% 0.25% -
XYZ 3.62 4.55 2.36 -
YUV 57.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 53 64 36 0.17 0 0.44 0.75 83.57 0.28 0.2
Hex 35 40 24 11 0 2C 4B 54 1C 14
Octal 65 100 44 21 0 54 113 124 34 24
Binary 110101 1000000 100100 10001 0 101100 1001011 1010100 11100 10100

Color Harmonies of #354024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354024

Black with #354024

Text Example


Text Example

White with #354024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354024; }

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

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

background-color css

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

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

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

border-color css

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

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

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