Html Css Color HEX #354921 Seaweed

📋 copy color: '#354921'

red 53 ◦ green 73 ◦ blue 33

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

Shades of Seaweed #354921

Tints of Seaweed #354921

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.91%

 BLUE value IS 33 (13.28% from 255) = 20.75%

R = 33.33%
G = 45.91%
B = 20.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#354921 (or 0x354921) is known color: Seaweed. HEX triplet: 35, 49 and 21. RGB value is (53,73,33). Sum of RGB (Red+Green+Blue) = 53+73+33=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #354921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354921 is #CAB6DE. Grayscale: #3E3E3E. Windows color (decimal): -13285087 or 2181429. OLE color: 2181429.

HSL color Cylindrical-coordinate representation of color #354921: hue angle of 90º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354921 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 33 -
CMYK 0.27 0 0.55 0.71
HSL 90º 0.38% 0.21% -
HSV(B) 90º 0.55% 0.29% -
XYZ 4.13 5.63 2.31 -
YUV 62.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 53 73 33 0.27 0 0.55 0.71 90 0.38 0.21
Hex 35 49 21 1B 0 37 47 5A 26 15
Octal 65 111 41 33 0 67 107 132 46 25
Binary 110101 1001001 100001 11011 0 110111 1000111 1011010 100110 10101

Color Harmonies of #354921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354921

Black with #354921

Text Example


Text Example

White with #354921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354921; }

 p { color: rgb(53,73,33); }

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

background-color css

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

 a { background-color: rgb(53,73,33); }

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

border-color css

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

 span { border-color: rgb(53,73,33); }

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