Html Css Color HEX #374129 Seaweed

📋 copy color: '#374129'

red 55 ◦ green 65 ◦ blue 41

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

Shades of Seaweed #374129

Tints of Seaweed #374129

RGB

 RED value IS 55 (21.88% from 255) = 34.16%

 GREEN value IS 65 (25.78% from 255) = 40.37%

 BLUE value IS 41 (16.41% from 255) = 25.47%

R = 34.16%
G = 40.37%
B = 25.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#374129 (or 0x374129) is known color: Seaweed. HEX triplet: 37, 41 and 29. RGB value is (55,65,41). Sum of RGB (Red+Green+Blue) = 55+65+41=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #374129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374129 is #C8BED6. Grayscale: #3B3B3B. Windows color (decimal): -13156055 or 2703671. OLE color: 2703671.

HSL color Cylindrical-coordinate representation of color #374129: hue angle of 85º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #374129 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 65 41 -
CMYK 0.15 0 0.37 0.75
HSL 85º 0.23% 0.21% -
HSV(B) 85º 0.37% 0.25% -
XYZ 3.87 4.75 2.81 -
YUV 59.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 55 65 41 0.15 0 0.37 0.75 85 0.23 0.21
Hex 37 41 29 F 0 25 4B 55 17 15
Octal 67 101 51 17 0 45 113 125 27 25
Binary 110111 1000001 101001 1111 0 100101 1001011 1010101 10111 10101

Color Harmonies of #374129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374129

Black with #374129

Text Example


Text Example

White with #374129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374129; }

 p { color: rgb(55,65,41); }

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

background-color css

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

 a { background-color: rgb(55,65,41); }

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

border-color css

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

 span { border-color: rgb(55,65,41); }

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