Html Css Color HEX #354422 Seaweed

📋 copy color: '#354422'

red 53 ◦ green 68 ◦ blue 34

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

Shades of Seaweed #354422

Tints of Seaweed #354422

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.87%

 BLUE value IS 34 (13.67% from 255) = 21.94%

R = 34.19%
G = 43.87%
B = 21.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#354422 (or 0x354422) is known color: Seaweed. HEX triplet: 35, 44 and 22. RGB value is (53,68,34). Sum of RGB (Red+Green+Blue) = 53+68+34=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #354422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354422 is #CABBDD. Grayscale: #3B3B3B. Windows color (decimal): -13286366 or 2245685. OLE color: 2245685.

HSL color Cylindrical-coordinate representation of color #354422: hue angle of 86.47º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #354422 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 68 34 -
CMYK 0.22 0 0.50 0.73
HSL 86.47º 0.33% 0.2% -
HSV(B) 86.47º 0.5% 0.27% -
XYZ 3.82 5.01 2.28 -
YUV 59.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 53 68 34 0.22 0 0.50 0.73 86.47 0.33 0.2
Hex 35 44 22 16 0 32 49 56 21 14
Octal 65 104 42 26 0 62 111 126 41 24
Binary 110101 1000100 100010 10110 0 110010 1001001 1010110 100001 10100

Color Harmonies of #354422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354422

Black with #354422

Text Example


Text Example

White with #354422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354422; }

 p { color: rgb(53,68,34); }

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

background-color css

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

 a { background-color: rgb(53,68,34); }

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

border-color css

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

 span { border-color: rgb(53,68,34); }

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