Html Css Color HEX #354A1E Seaweed

📋 copy color: '#354A1E'

red 53 ◦ green 74 ◦ blue 30

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

Shades of Seaweed #354A1E

Tints of Seaweed #354A1E

RGB

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

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

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

R = 33.76%
G = 47.13%
B = 19.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#354A1E (or 0x354A1E) is known color: Seaweed. HEX triplet: 35, 4A and 1E. RGB value is (53,74,30). Sum of RGB (Red+Green+Blue) = 53+74+30=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 74 - color contains mainly: green. Hex color #354A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354A1E is #CAB5E1. Grayscale: #3E3E3E. Windows color (decimal): -13284834 or 1985077. OLE color: 1985077.

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

Color convert

RGB 53 74 30 -
CMYK 0.28 0 0.59 0.71
HSL 88.64º 0.42% 0.2% -
HSV(B) 88.64º 0.59% 0.29% -
XYZ 4.15 5.75 2.12 -
YUV 62.71 109.54 121.08 -
System Red Green Blue C M Y K H S L
Decimal 53 74 30 0.28 0 0.59 0.71 88.64 0.42 0.2
Hex 35 4A 1E 1C 0 3B 47 59 2A 14
Octal 65 112 36 34 0 73 107 131 52 24
Binary 110101 1001010 11110 11100 0 111011 1000111 1011001 101010 10100

Color Harmonies of #354A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A1E

Black with #354A1E

Text Example


Text Example

White with #354A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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