Html Css Color HEX #3A5321 Seaweed

📋 copy color: '#3A5321'

red 58 ◦ green 83 ◦ blue 33

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

Shades of Seaweed #3A5321

Tints of Seaweed #3A5321

RGB

 RED value IS 58 (23.05% from 255) = 33.33%

 GREEN value IS 83 (32.81% from 255) = 47.7%

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

R = 33.33%
G = 47.7%
B = 18.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#3A5321 (or 0x3A5321) is known color: Seaweed. HEX triplet: 3A, 53 and 21. RGB value is (58,83,33). Sum of RGB (Red+Green+Blue) = 58+83+33=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5321 is #C5ACDE. Grayscale: #464646. Windows color (decimal): -12954847 or 2183994. OLE color: 2183994.

HSL color Cylindrical-coordinate representation of color #3A5321: hue angle of 90º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A5321 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 83 33 -
CMYK 0.30 0 0.60 0.67
HSL 90º 0.43% 0.23% -
HSV(B) 90º 0.6% 0.33% -
XYZ 5.11 7.2 2.56 -
YUV 69.83 107.22 119.57 -
System Red Green Blue C M Y K H S L
Decimal 58 83 33 0.30 0 0.60 0.67 90 0.43 0.23
Hex 3A 53 21 1E 0 3C 43 5A 2B 17
Octal 72 123 41 36 0 74 103 132 53 27
Binary 111010 1010011 100001 11110 0 111100 1000011 1011010 101011 10111

Color Harmonies of #3A5321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5321

Black with #3A5321

Text Example


Text Example

White with #3A5321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5321; }

 p { color: rgb(58,83,33); }

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

background-color css

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

 a { background-color: rgb(58,83,33); }

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

border-color css

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

 span { border-color: rgb(58,83,33); }

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