#37443D

Color #37443D Celtic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celtic #37443D

Tints of Celtic #37443D

Color information

#37443D (or 0x37443D) is unknown color: approx Celtic. HEX triplet: 37, 44 and 3D. RGB value is (55,68,61). Sum of RGB (Red+Green+Blue) = 55+68+61=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 68 - color contains mainly: green. Hex color #37443D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37443D is #C8BBC2. Grayscale: #3F3F3F. Windows color (decimal): -13155267 or 4015159. OLE color: 4015159.

HSL color Cylindrical-coordinate representation of color #37443D: hue angle of 147.69º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #37443D is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB556861-
CMYK0.1900.100.73
HSL147.69º10.57%24.12%-
HSV(B)147.69º19.12%26.67%-
XYZ4.485.285.2-
YUV63.32126.69122.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.89%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 61 (24.22% from 255) = 33.15%
R=29.89%
G=36.96%
B=33.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5568610.1900.100.73147.6910.5724.12
Hex37443D130A4994b18
Octal6710475230121112241330
Binary11011110001001111011001101010100100110010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37443D; }

 p { color: rgb(55,68,61); }

 H1.HeaderClassName
 {
   color: #37443D;
 }
 .AnyTagClassName
 {
   color: #37443D;
 }
</style>
background-color css

<style>
 a { background-color: #37443D; }

 a { background-color: rgb(55,68,61); }

 div.DivClassName
 {
   background-color: #37443D;
 }
 .BgClassName
 {
   background-color: #37443D;
 }
</style>
border-color css

<style>
 span { border-color: #37443D; }

 span { border-color: rgb(55,68,61); }

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