Html Css Color HEX #354A1D Seaweed

📋 copy color: '#354A1D'

red 53 ◦ green 74 ◦ blue 29

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

Shades of Seaweed #354A1D

Tints of Seaweed #354A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 47.44%

 BLUE value IS 29 (11.72% from 255) = 18.59%

R = 33.97%
G = 47.44%
B = 18.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#354A1D (or 0x354A1D) is known color: Seaweed. HEX triplet: 35, 4A and 1D. RGB value is (53,74,29). Sum of RGB (Red+Green+Blue) = 53+74+29=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 74 - color contains mainly: green. Hex color #354A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354A1D is #CAB5E2. Grayscale: #3E3E3E. Windows color (decimal): -13284835 or 1919541. OLE color: 1919541.

HSL color Cylindrical-coordinate representation of color #354A1D: hue angle of 88º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #354A1D is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 74 29 -
CMYK 0.28 0 0.61 0.71
HSL 88º 0.44% 0.2% -
HSV(B) 88º 0.61% 0.29% -
XYZ 4.14 5.74 2.05 -
YUV 62.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 53 74 29 0.28 0 0.61 0.71 88 0.44 0.2
Hex 35 4A 1D 1C 0 3D 47 58 2C 14
Octal 65 112 35 34 0 75 107 130 54 24
Binary 110101 1001010 11101 11100 0 111101 1000111 1011000 101100 10100

Color Harmonies of #354A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A1D

Black with #354A1D

Text Example


Text Example

White with #354A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354A1D; }

 p { color: rgb(53,74,29); }

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

background-color css

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

 a { background-color: rgb(53,74,29); }

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

border-color css

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

 span { border-color: rgb(53,74,29); }

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