Html Css Color HEX #374126 Seaweed

📋 copy color: '#374126'

red 55 ◦ green 65 ◦ blue 38

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

Shades of Seaweed #374126

Tints of Seaweed #374126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.05%

R = 34.81%
G = 41.14%
B = 24.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#374126 (or 0x374126) is known color: Seaweed. HEX triplet: 37, 41 and 26. RGB value is (55,65,38). Sum of RGB (Red+Green+Blue) = 55+65+38=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #374126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374126 is #C8BED9. Grayscale: #3B3B3B. Windows color (decimal): -13156058 or 2507063. OLE color: 2507063.

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

Color convert

RGB 55 65 38 -
CMYK 0.15 0 0.42 0.75
HSL 82.22º 0.26% 0.2% -
HSV(B) 82.22º 0.42% 0.25% -
XYZ 3.82 4.73 2.55 -
YUV 58.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 55 65 38 0.15 0 0.42 0.75 82.22 0.26 0.2
Hex 37 41 26 F 0 2A 4B 52 1A 14
Octal 67 101 46 17 0 52 113 122 32 24
Binary 110111 1000001 100110 1111 0 101010 1001011 1010010 11010 10100

Color Harmonies of #374126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374126

Black with #374126

Text Example


Text Example

White with #374126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374126; }

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

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

background-color css

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

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

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

border-color css

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

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

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