Html Css Color HEX #374C1C Seaweed

📋 copy color: '#374C1C'

red 55 ◦ green 76 ◦ blue 28

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

Shades of Seaweed #374C1C

Tints of Seaweed #374C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 34.59%
G = 47.8%
B = 17.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.63

 K value IS 0.70

RGB Variations

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

Color information

#374C1C (or 0x374C1C) is known color: Seaweed. HEX triplet: 37, 4C and 1C. RGB value is (55,76,28). Sum of RGB (Red+Green+Blue) = 55+76+28=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #374C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374C1C is #C8B3E3. Grayscale: #404040. Windows color (decimal): -13153252 or 1854519. OLE color: 1854519.

HSL color Cylindrical-coordinate representation of color #374C1C: hue angle of 86.25º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #374C1C is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 76 28 -
CMYK 0.28 0 0.63 0.70
HSL 86.25º 0.46% 0.2% -
HSV(B) 86.25º 0.63% 0.3% -
XYZ 4.37 6.06 2.04 -
YUV 64.25 107.54 121.4 -
System Red Green Blue C M Y K H S L
Decimal 55 76 28 0.28 0 0.63 0.70 86.25 0.46 0.2
Hex 37 4C 1C 1C 0 3F 46 56 2E 14
Octal 67 114 34 34 0 77 106 126 56 24
Binary 110111 1001100 11100 11100 0 111111 1000110 1010110 101110 10100

Color Harmonies of #374C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C1C

Black with #374C1C

Text Example


Text Example

White with #374C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374C1C; }

 p { color: rgb(55,76,28); }

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

background-color css

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

 a { background-color: rgb(55,76,28); }

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

border-color css

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

 span { border-color: rgb(55,76,28); }

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