Html Css Color HEX #3A462A Seaweed

📋 copy color: '#3A462A'

red 58 ◦ green 70 ◦ blue 42

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

Shades of Seaweed #3A462A

Tints of Seaweed #3A462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.18%

 BLUE value IS 42 (16.8% from 255) = 24.71%

R = 34.12%
G = 41.18%
B = 24.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#3A462A (or 0x3A462A) is known color: Seaweed. HEX triplet: 3A, 46 and 2A. RGB value is (58,70,42). Sum of RGB (Red+Green+Blue) = 58+70+42=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #3A462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A462A is #C5B9D5. Grayscale: #3F3F3F. Windows color (decimal): -12958166 or 2770490. OLE color: 2770490.

HSL color Cylindrical-coordinate representation of color #3A462A: hue angle of 85.71º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A462A is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 70 42 -
CMYK 0.17 0 0.40 0.73
HSL 85.71º 0.25% 0.22% -
HSV(B) 85.71º 0.4% 0.27% -
XYZ 4.35 5.45 3.01 -
YUV 63.22 116.02 124.28 -
System Red Green Blue C M Y K H S L
Decimal 58 70 42 0.17 0 0.40 0.73 85.71 0.25 0.22
Hex 3A 46 2A 11 0 28 49 56 19 16
Octal 72 106 52 21 0 50 111 126 31 26
Binary 111010 1000110 101010 10001 0 101000 1001001 1010110 11001 10110

Color Harmonies of #3A462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A462A

Black with #3A462A

Text Example


Text Example

White with #3A462A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,70,42); }

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

background-color css

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

 a { background-color: rgb(58,70,42); }

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

border-color css

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

 span { border-color: rgb(58,70,42); }

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