Html Css Color HEX #37412A Seaweed

📋 copy color: '#37412A'

red 55 ◦ green 65 ◦ blue 42

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

Shades of Seaweed #37412A

Tints of Seaweed #37412A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.93%

R = 33.95%
G = 40.12%
B = 25.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#37412A (or 0x37412A) is known color: Seaweed. HEX triplet: 37, 41 and 2A. RGB value is (55,65,42). Sum of RGB (Red+Green+Blue) = 55+65+42=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #37412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37412A is #C8BED5. Grayscale: #3B3B3B. Windows color (decimal): -13156054 or 2769207. OLE color: 2769207.

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

Color convert

RGB 55 65 42 -
CMYK 0.15 0 0.35 0.75
HSL 86.09º 0.21% 0.21% -
HSV(B) 86.09º 0.35% 0.25% -
XYZ 3.88 4.76 2.9 -
YUV 59.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 55 65 42 0.15 0 0.35 0.75 86.09 0.21 0.21
Hex 37 41 2A F 0 23 4B 56 15 15
Octal 67 101 52 17 0 43 113 126 25 25
Binary 110111 1000001 101010 1111 0 100011 1001011 1010110 10101 10101

Color Harmonies of #37412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37412A

Black with #37412A

Text Example


Text Example

White with #37412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37412A; }

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

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

background-color css

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

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

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

border-color css

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

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

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