Html Css Color HEX #354225 Seaweed

📋 copy color: '#354225'

red 53 ◦ green 66 ◦ blue 37

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

Shades of Seaweed #354225

Tints of Seaweed #354225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.31%

 BLUE value IS 37 (14.84% from 255) = 23.72%

R = 33.97%
G = 42.31%
B = 23.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#354225 (or 0x354225) is known color: Seaweed. HEX triplet: 35, 42 and 25. RGB value is (53,66,37). Sum of RGB (Red+Green+Blue) = 53+66+37=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #354225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354225 is #CABDDA. Grayscale: #3A3A3A. Windows color (decimal): -13286875 or 2441781. OLE color: 2441781.

HSL color Cylindrical-coordinate representation of color #354225: hue angle of 86.9º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #354225 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 66 37 -
CMYK 0.20 0 0.44 0.74
HSL 86.9º 0.28% 0.2% -
HSV(B) 86.9º 0.44% 0.26% -
XYZ 3.75 4.79 2.48 -
YUV 58.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 53 66 37 0.20 0 0.44 0.74 86.9 0.28 0.2
Hex 35 42 25 14 0 2C 4A 57 1C 14
Octal 65 102 45 24 0 54 112 127 34 24
Binary 110101 1000010 100101 10100 0 101100 1001010 1010111 11100 10100

Color Harmonies of #354225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354225

Black with #354225

Text Example


Text Example

White with #354225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354225; }

 p { color: rgb(53,66,37); }

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

background-color css

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

 a { background-color: rgb(53,66,37); }

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

border-color css

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

 span { border-color: rgb(53,66,37); }

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