#37413D

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

Shades of Celtic #37413D

Tints of Celtic #37413D

Color information

#37413D (or 0x37413D) is unknown color: approx Celtic. HEX triplet: 37, 41 and 3D. RGB value is (55,65,61). Sum of RGB (Red+Green+Blue) = 55+65+61=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 65 - color contains mainly: green. Hex color #37413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37413D is #C8BEC2. Grayscale: #3D3D3D. Windows color (decimal): -13156035 or 4014391. OLE color: 4014391.

HSL color Cylindrical-coordinate representation of color #37413D: hue angle of 156º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #37413D is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB556561-
CMYK0.1500.060.75
HSL156º8.33%23.53%-
HSV(B)156º15.38%25.49%-
XYZ4.314.935.14-
YUV61.55127.69123.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.39%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 61 (24.22% from 255) = 33.70%
R=30.39%
G=35.91%
B=33.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565610.1500.060.751568.3323.53
Hex37413DF064B9c818
Octal671017517061132341030
Binary110111100000111110111110110100101110011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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