#37413C

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

Shades of Celtic #37413C

Tints of Celtic #37413C

Color information

#37413C (or 0x37413C) is unknown color: approx Celtic. HEX triplet: 37, 41 and 3C. RGB value is (55,65,60). Sum of RGB (Red+Green+Blue) = 55+65+60=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 65 - color contains mainly: green. Hex color #37413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37413C is #C8BEC3. Grayscale: #3D3D3D. Windows color (decimal): -13156036 or 3948855. OLE color: 3948855.

HSL color Cylindrical-coordinate representation of color #37413C: hue angle of 150º 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 #37413C is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB556560-
CMYK0.1500.080.75
HSL150º8.33%23.53%-
HSV(B)150º15.38%25.49%-
XYZ4.284.925-
YUV61.44127.19123.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 60 (23.83% from 255) = 33.33%
R=30.56%
G=36.11%
B=33.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565600.1500.080.751508.3323.53
Hex37413CF084B96818
Octal6710174170101132261030
Binary1101111000001111100111101000100101110010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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