Html Css Color HEX #354B1C Seaweed

📋 copy color: '#354B1C'

red 53 ◦ green 75 ◦ blue 28

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

Shades of Seaweed #354B1C

Tints of Seaweed #354B1C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 48.08%

 BLUE value IS 28 (11.33% from 255) = 17.95%

R = 33.97%
G = 48.08%
B = 17.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#354B1C (or 0x354B1C) is known color: Seaweed. HEX triplet: 35, 4B and 1C. RGB value is (53,75,28). Sum of RGB (Red+Green+Blue) = 53+75+28=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #354B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B1C is #CAB4E3. Grayscale: #3F3F3F. Windows color (decimal): -13284580 or 1854261. OLE color: 1854261.

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

Color convert

RGB 53 75 28 -
CMYK 0.29 0 0.63 0.71
HSL 88.09º 0.46% 0.2% -
HSV(B) 88.09º 0.63% 0.29% -
XYZ 4.19 5.87 2.01 -
YUV 63.06 108.21 120.82 -
System Red Green Blue C M Y K H S L
Decimal 53 75 28 0.29 0 0.63 0.71 88.09 0.46 0.2
Hex 35 4B 1C 1D 0 3F 47 58 2E 14
Octal 65 113 34 35 0 77 107 130 56 24
Binary 110101 1001011 11100 11101 0 111111 1000111 1011000 101110 10100

Color Harmonies of #354B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B1C

Black with #354B1C

Text Example


Text Example

White with #354B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,75,28); }

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

background-color css

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

 a { background-color: rgb(53,75,28); }

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

border-color css

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

 span { border-color: rgb(53,75,28); }

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