Html Css Color HEX #354B1E Seaweed

📋 copy color: '#354B1E'

red 53 ◦ green 75 ◦ blue 30

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

Shades of Seaweed #354B1E

Tints of Seaweed #354B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.99%

R = 33.54%
G = 47.47%
B = 18.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#354B1E (or 0x354B1E) is known color: Seaweed. HEX triplet: 35, 4B and 1E. RGB value is (53,75,30). Sum of RGB (Red+Green+Blue) = 53+75+30=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #354B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B1E is #CAB4E1. Grayscale: #3F3F3F. Windows color (decimal): -13284578 or 1985333. OLE color: 1985333.

HSL color Cylindrical-coordinate representation of color #354B1E: hue angle of 89.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #354B1E is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 75 30 -
CMYK 0.29 0 0.60 0.71
HSL 89.33º 0.43% 0.21% -
HSV(B) 89.33º 0.6% 0.29% -
XYZ 4.22 5.88 2.14 -
YUV 63.29 109.21 120.66 -
System Red Green Blue C M Y K H S L
Decimal 53 75 30 0.29 0 0.60 0.71 89.33 0.43 0.21
Hex 35 4B 1E 1D 0 3C 47 59 2B 15
Octal 65 113 36 35 0 74 107 131 53 25
Binary 110101 1001011 11110 11101 0 111100 1000111 1011001 101011 10101

Color Harmonies of #354B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B1E

Black with #354B1E

Text Example


Text Example

White with #354B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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