Html Css Color HEX #374B1F Seaweed

📋 copy color: '#374B1F'

red 55 ◦ green 75 ◦ blue 31

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

Shades of Seaweed #374B1F

Tints of Seaweed #374B1F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.58%

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 34.16%
G = 46.58%
B = 19.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#374B1F (or 0x374B1F) is known color: Seaweed. HEX triplet: 37, 4B and 1F. RGB value is (55,75,31). Sum of RGB (Red+Green+Blue) = 55+75+31=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 75 - color contains mainly: green. Hex color #374B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B1F is #C8B4E0. Grayscale: #404040. Windows color (decimal): -13153505 or 2050871. OLE color: 2050871.

HSL color Cylindrical-coordinate representation of color #374B1F: hue angle of 87.27º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #374B1F is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 75 31 -
CMYK 0.27 0 0.59 0.71
HSL 87.27º 0.42% 0.21% -
HSV(B) 87.27º 0.59% 0.29% -
XYZ 4.34 5.94 2.21 -
YUV 64 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 55 75 31 0.27 0 0.59 0.71 87.27 0.42 0.21
Hex 37 4B 1F 1B 0 3B 47 57 2A 15
Octal 67 113 37 33 0 73 107 127 52 25
Binary 110111 1001011 11111 11011 0 111011 1000111 1010111 101010 10101

Color Harmonies of #374B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B1F

Black with #374B1F

Text Example


Text Example

White with #374B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,75,31); }

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

background-color css

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

 a { background-color: rgb(55,75,31); }

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

border-color css

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

 span { border-color: rgb(55,75,31); }

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