Html Css Color HEX #3A472B Seaweed

📋 copy color: '#3A472B'

red 58 ◦ green 71 ◦ blue 43

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

Shades of Seaweed #3A472B

Tints of Seaweed #3A472B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.28%

 BLUE value IS 43 (17.19% from 255) = 25%

R = 33.72%
G = 41.28%
B = 25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#3A472B (or 0x3A472B) is known color: Seaweed. HEX triplet: 3A, 47 and 2B. RGB value is (58,71,43). Sum of RGB (Red+Green+Blue) = 58+71+43=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #3A472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A472B is #C5B8D4. Grayscale: #404040. Windows color (decimal): -12957909 or 2836282. OLE color: 2836282.

HSL color Cylindrical-coordinate representation of color #3A472B: hue angle of 87.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A472B is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 71 43 -
CMYK 0.18 0 0.39 0.72
HSL 87.86º 0.25% 0.22% -
HSV(B) 87.86º 0.39% 0.28% -
XYZ 4.43 5.58 3.13 -
YUV 63.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 58 71 43 0.18 0 0.39 0.72 87.86 0.25 0.22
Hex 3A 47 2B 12 0 27 48 58 19 16
Octal 72 107 53 22 0 47 110 130 31 26
Binary 111010 1000111 101011 10010 0 100111 1001000 1011000 11001 10110

Color Harmonies of #3A472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A472B

Black with #3A472B

Text Example


Text Example

White with #3A472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,71,43); }

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

background-color css

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

 a { background-color: rgb(58,71,43); }

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

border-color css

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

 span { border-color: rgb(58,71,43); }

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