Html Css Color HEX #3A4C1E Seaweed

📋 copy color: '#3A4C1E'

red 58 ◦ green 76 ◦ blue 30

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

Shades of Seaweed #3A4C1E

Tints of Seaweed #3A4C1E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.34%

 BLUE value IS 30 (12.11% from 255) = 18.29%

R = 35.37%
G = 46.34%
B = 18.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#3A4C1E (or 0x3A4C1E) is known color: Seaweed. HEX triplet: 3A, 4C and 1E. RGB value is (58,76,30). Sum of RGB (Red+Green+Blue) = 58+76+30=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4C1E is #C5B3E1. Grayscale: #414141. Windows color (decimal): -12956642 or 1985594. OLE color: 1985594.

HSL color Cylindrical-coordinate representation of color #3A4C1E: hue angle of 83.48º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A4C1E is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 76 30 -
CMYK 0.24 0 0.61 0.70
HSL 83.48º 0.43% 0.21% -
HSV(B) 83.48º 0.61% 0.3% -
XYZ 4.56 6.16 2.18 -
YUV 65.37 108.04 122.74 -
System Red Green Blue C M Y K H S L
Decimal 58 76 30 0.24 0 0.61 0.70 83.48 0.43 0.21
Hex 3A 4C 1E 18 0 3D 46 53 2B 15
Octal 72 114 36 30 0 75 106 123 53 25
Binary 111010 1001100 11110 11000 0 111101 1000110 1010011 101011 10101

Color Harmonies of #3A4C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4C1E

Black with #3A4C1E

Text Example


Text Example

White with #3A4C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,76,30); }

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

background-color css

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

 a { background-color: rgb(58,76,30); }

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

border-color css

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

 span { border-color: rgb(58,76,30); }

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