Html Css Color HEX #3A4625 Seaweed

📋 copy color: '#3A4625'

red 58 ◦ green 70 ◦ blue 37

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

Shades of Seaweed #3A4625

Tints of Seaweed #3A4625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.42%

R = 35.15%
G = 42.42%
B = 22.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#3A4625 (or 0x3A4625) is known color: Seaweed. HEX triplet: 3A, 46 and 25. RGB value is (58,70,37). Sum of RGB (Red+Green+Blue) = 58+70+37=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #3A4625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4625 is #C5B9DA. Grayscale: #3E3E3E. Windows color (decimal): -12958171 or 2442810. OLE color: 2442810.

HSL color Cylindrical-coordinate representation of color #3A4625: hue angle of 81.82º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A4625 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 70 37 -
CMYK 0.17 0 0.47 0.73
HSL 81.82º 0.31% 0.21% -
HSV(B) 81.82º 0.47% 0.27% -
XYZ 4.27 5.41 2.57 -
YUV 62.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 58 70 37 0.17 0 0.47 0.73 81.82 0.31 0.21
Hex 3A 46 25 11 0 2F 49 52 1F 15
Octal 72 106 45 21 0 57 111 122 37 25
Binary 111010 1000110 100101 10001 0 101111 1001001 1010010 11111 10101

Color Harmonies of #3A4625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4625

Black with #3A4625

Text Example


Text Example

White with #3A4625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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