Html Css Color HEX #354523 Seaweed

📋 copy color: '#354523'

red 53 ◦ green 69 ◦ blue 35

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

Shades of Seaweed #354523

Tints of Seaweed #354523

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.95%

 BLUE value IS 35 (14.06% from 255) = 22.29%

R = 33.76%
G = 43.95%
B = 22.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#354523 (or 0x354523) is known color: Seaweed. HEX triplet: 35, 45 and 23. RGB value is (53,69,35). Sum of RGB (Red+Green+Blue) = 53+69+35=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #354523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354523 is #CABADC. Grayscale: #3C3C3C. Windows color (decimal): -13286109 or 2311477. OLE color: 2311477.

HSL color Cylindrical-coordinate representation of color #354523: hue angle of 88.24º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #354523 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 69 35 -
CMYK 0.23 0 0.49 0.73
HSL 88.24º 0.33% 0.2% -
HSV(B) 88.24º 0.49% 0.27% -
XYZ 3.9 5.13 2.38 -
YUV 60.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 53 69 35 0.23 0 0.49 0.73 88.24 0.33 0.2
Hex 35 45 23 17 0 31 49 58 21 14
Octal 65 105 43 27 0 61 111 130 41 24
Binary 110101 1000101 100011 10111 0 110001 1001001 1011000 100001 10100

Color Harmonies of #354523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354523

Black with #354523

Text Example


Text Example

White with #354523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354523; }

 p { color: rgb(53,69,35); }

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

background-color css

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

 a { background-color: rgb(53,69,35); }

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

border-color css

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

 span { border-color: rgb(53,69,35); }

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