Html Css Color HEX #3A422F Seaweed

📋 copy color: '#3A422F'

red 58 ◦ green 66 ◦ blue 47

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

Shades of Seaweed #3A422F

Tints of Seaweed #3A422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.6%

 BLUE value IS 47 (18.75% from 255) = 27.49%

R = 33.92%
G = 38.6%
B = 27.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#3A422F (or 0x3A422F) is known color: Seaweed. HEX triplet: 3A, 42 and 2F. RGB value is (58,66,47). Sum of RGB (Red+Green+Blue) = 58+66+47=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 66 - color contains mainly: green. Hex color #3A422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A422F is #C5BDD0. Grayscale: #3D3D3D. Windows color (decimal): -12959185 or 3097146. OLE color: 3097146.

HSL color Cylindrical-coordinate representation of color #3A422F: hue angle of 85.26º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A422F is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 58 66 47 -
CMYK 0.12 0 0.29 0.74
HSL 85.26º 0.17% 0.22% -
HSV(B) 85.26º 0.29% 0.26% -
XYZ 4.21 5 3.43 -
YUV 61.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 58 66 47 0.12 0 0.29 0.74 85.26 0.17 0.22
Hex 3A 42 2F C 0 1D 4A 55 11 16
Octal 72 102 57 14 0 35 112 125 21 26
Binary 111010 1000010 101111 1100 0 11101 1001010 1010101 10001 10110

Color Harmonies of #3A422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A422F

Black with #3A422F

Text Example


Text Example

White with #3A422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,66,47); }

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

background-color css

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

 a { background-color: rgb(58,66,47); }

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

border-color css

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

 span { border-color: rgb(58,66,47); }

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