Html Css Color HEX #374C20 Seaweed

📋 copy color: '#374C20'

red 55 ◦ green 76 ◦ blue 32

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

Shades of Seaweed #374C20

Tints of Seaweed #374C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.63%

R = 33.74%
G = 46.63%
B = 19.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#374C20 (or 0x374C20) is known color: Seaweed. HEX triplet: 37, 4C and 20. RGB value is (55,76,32). Sum of RGB (Red+Green+Blue) = 55+76+32=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #374C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374C20 is #C8B3DF. Grayscale: #404040. Windows color (decimal): -13153248 or 2116663. OLE color: 2116663.

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

Color convert

RGB 55 76 32 -
CMYK 0.28 0 0.58 0.70
HSL 88.64º 0.41% 0.21% -
HSV(B) 88.64º 0.58% 0.3% -
XYZ 4.42 6.09 2.31 -
YUV 64.71 109.54 121.08 -
System Red Green Blue C M Y K H S L
Decimal 55 76 32 0.28 0 0.58 0.70 88.64 0.41 0.21
Hex 37 4C 20 1C 0 3A 46 59 29 15
Octal 67 114 40 34 0 72 106 131 51 25
Binary 110111 1001100 100000 11100 0 111010 1000110 1011001 101001 10101

Color Harmonies of #374C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C20

Black with #374C20

Text Example


Text Example

White with #374C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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