Html Css Color HEX #374F1A Seaweed

📋 copy color: '#374F1A'

red 55 ◦ green 79 ◦ blue 26

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

Shades of Seaweed #374F1A

Tints of Seaweed #374F1A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 49.38%

 BLUE value IS 26 (10.55% from 255) = 16.25%

R = 34.38%
G = 49.38%
B = 16.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#374F1A (or 0x374F1A) is known color: Seaweed. HEX triplet: 37, 4F and 1A. RGB value is (55,79,26). Sum of RGB (Red+Green+Blue) = 55+79+26=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #374F1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F1A is #C8B0E5. Grayscale: #414141. Windows color (decimal): -13152486 or 1724215. OLE color: 1724215.

HSL color Cylindrical-coordinate representation of color #374F1A: hue angle of 87.17º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #374F1A is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 79 26 -
CMYK 0.30 0 0.67 0.69
HSL 87.17º 0.5% 0.21% -
HSV(B) 87.17º 0.67% 0.31% -
XYZ 4.56 6.48 1.99 -
YUV 65.78 105.55 120.31 -
System Red Green Blue C M Y K H S L
Decimal 55 79 26 0.30 0 0.67 0.69 87.17 0.5 0.21
Hex 37 4F 1A 1E 0 43 45 57 32 15
Octal 67 117 32 36 0 103 105 127 62 25
Binary 110111 1001111 11010 11110 0 1000011 1000101 1010111 110010 10101

Color Harmonies of #374F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F1A

Black with #374F1A

Text Example


Text Example

White with #374F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,79,26); }

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

background-color css

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

 a { background-color: rgb(55,79,26); }

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

border-color css

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

 span { border-color: rgb(55,79,26); }

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