Html Css Color HEX #3A5320 Seaweed

📋 copy color: '#3A5320'

red 58 ◦ green 83 ◦ blue 32

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

Shades of Seaweed #3A5320

Tints of Seaweed #3A5320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.5%

R = 33.53%
G = 47.98%
B = 18.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#3A5320 (or 0x3A5320) is known color: Seaweed. HEX triplet: 3A, 53 and 20. RGB value is (58,83,32). Sum of RGB (Red+Green+Blue) = 58+83+32=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5320 is #C5ACDF. Grayscale: #454545. Windows color (decimal): -12954848 or 2118458. OLE color: 2118458.

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

Color convert

RGB 58 83 32 -
CMYK 0.30 0 0.61 0.67
HSL 89.41º 0.44% 0.23% -
HSV(B) 89.41º 0.61% 0.33% -
XYZ 5.1 7.19 2.49 -
YUV 69.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 58 83 32 0.30 0 0.61 0.67 89.41 0.44 0.23
Hex 3A 53 20 1E 0 3D 43 59 2C 17
Octal 72 123 40 36 0 75 103 131 54 27
Binary 111010 1010011 100000 11110 0 111101 1000011 1011001 101100 10111

Color Harmonies of #3A5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5320

Black with #3A5320

Text Example


Text Example

White with #3A5320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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