Html Css Color HEX #3A541D Seaweed

📋 copy color: '#3A541D'

red 58 ◦ green 84 ◦ blue 29

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

Shades of Seaweed #3A541D

Tints of Seaweed #3A541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.12%

 BLUE value IS 29 (11.72% from 255) = 16.96%

R = 33.92%
G = 49.12%
B = 16.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#3A541D (or 0x3A541D) is known color: Seaweed. HEX triplet: 3A, 54 and 1D. RGB value is (58,84,29). Sum of RGB (Red+Green+Blue) = 58+84+29=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #3A541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A541D is #C5ABE2. Grayscale: #464646. Windows color (decimal): -12954595 or 1922106. OLE color: 1922106.

HSL color Cylindrical-coordinate representation of color #3A541D: hue angle of 88.36º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A541D is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 84 29 -
CMYK 0.31 0 0.65 0.67
HSL 88.36º 0.49% 0.22% -
HSV(B) 88.36º 0.65% 0.33% -
XYZ 5.14 7.33 2.31 -
YUV 69.96 104.89 119.47 -
System Red Green Blue C M Y K H S L
Decimal 58 84 29 0.31 0 0.65 0.67 88.36 0.49 0.22
Hex 3A 54 1D 1F 0 41 43 58 31 16
Octal 72 124 35 37 0 101 103 130 61 26
Binary 111010 1010100 11101 11111 0 1000001 1000011 1011000 110001 10110

Color Harmonies of #3A541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A541D

Black with #3A541D

Text Example


Text Example

White with #3A541D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,84,29); }

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

background-color css

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

 a { background-color: rgb(58,84,29); }

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

border-color css

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

 span { border-color: rgb(58,84,29); }

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