Html Css Color HEX #354121 Seaweed

📋 copy color: '#354121'

red 53 ◦ green 65 ◦ blue 33

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

Shades of Seaweed #354121

Tints of Seaweed #354121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.05%

 BLUE value IS 33 (13.28% from 255) = 21.85%

R = 35.1%
G = 43.05%
B = 21.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#354121 (or 0x354121) is known color: Seaweed. HEX triplet: 35, 41 and 21. RGB value is (53,65,33). Sum of RGB (Red+Green+Blue) = 53+65+33=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #354121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354121 is #CABEDE. Grayscale: #393939. Windows color (decimal): -13287135 or 2179381. OLE color: 2179381.

HSL color Cylindrical-coordinate representation of color #354121: hue angle of 82.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #354121 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 65 33 -
CMYK 0.18 0 0.49 0.75
HSL 82.5º 0.33% 0.19% -
HSV(B) 82.5º 0.49% 0.25% -
XYZ 3.63 4.65 2.14 -
YUV 57.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 53 65 33 0.18 0 0.49 0.75 82.5 0.33 0.19
Hex 35 41 21 12 0 31 4B 52 21 13
Octal 65 101 41 22 0 61 113 122 41 23
Binary 110101 1000001 100001 10010 0 110001 1001011 1010010 100001 10011

Color Harmonies of #354121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354121

Black with #354121

Text Example


Text Example

White with #354121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354121; }

 p { color: rgb(53,65,33); }

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

background-color css

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

 a { background-color: rgb(53,65,33); }

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

border-color css

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

 span { border-color: rgb(53,65,33); }

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