#37423D

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

Shades of Celtic #37423D

Tints of Celtic #37423D

Color information

#37423D (or 0x37423D) is unknown color: approx Celtic. HEX triplet: 37, 42 and 3D. RGB value is (55,66,61). Sum of RGB (Red+Green+Blue) = 55+66+61=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 66 - color contains mainly: green. Hex color #37423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37423D is #C8BDC2. Grayscale: #3E3E3E. Windows color (decimal): -13155779 or 4014647. OLE color: 4014647.

HSL color Cylindrical-coordinate representation of color #37423D: hue angle of 152.73º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #37423D is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB556661-
CMYK0.1700.080.74
HSL152.73º9.09%23.73%-
HSV(B)152.73º16.67%25.88%-
XYZ4.375.055.16-
YUV62.14127.36122.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=30.22%
G=36.26%
B=33.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5566610.1700.080.74152.739.0923.73
Hex37423D11084A99918
Octal6710275210101122311130
Binary11011110000101111011000101000100101010011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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