Html Css Color HEX #3A5220 Seaweed

📋 copy color: '#3A5220'

red 58 ◦ green 82 ◦ blue 32

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

Shades of Seaweed #3A5220

Tints of Seaweed #3A5220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.67%

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

R = 33.72%
G = 47.67%
B = 18.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#3A5220 (or 0x3A5220) is known color: Seaweed. HEX triplet: 3A, 52 and 20. RGB value is (58,82,32). Sum of RGB (Red+Green+Blue) = 58+82+32=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #3A5220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5220 is #C5ADDF. Grayscale: #454545. Windows color (decimal): -12955104 or 2118202. OLE color: 2118202.

HSL color Cylindrical-coordinate representation of color #3A5220: hue angle of 88.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A5220 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB 58 82 32 -
CMYK 0.29 0 0.61 0.68
HSL 88.8º 0.44% 0.22% -
HSV(B) 88.8º 0.61% 0.32% -
XYZ 5.02 7.04 2.46 -
YUV 69.12 107.05 120.07 -
System Red Green Blue C M Y K H S L
Decimal 58 82 32 0.29 0 0.61 0.68 88.8 0.44 0.22
Hex 3A 52 20 1D 0 3D 44 59 2C 16
Octal 72 122 40 35 0 75 104 131 54 26
Binary 111010 1010010 100000 11101 0 111101 1000100 1011001 101100 10110

Color Harmonies of #3A5220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5220

Black with #3A5220

Text Example


Text Example

White with #3A5220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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