#38473F

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

Shades of Celtic #38473F

Tints of Celtic #38473F

Color information

#38473F (or 0x38473F) is unknown color: approx Celtic. HEX triplet: 38, 47 and 3F. RGB value is (56,71,63). Sum of RGB (Red+Green+Blue) = 56+71+63=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 71 - color contains mainly: green. Hex color #38473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38473F is #C7B8C0. Grayscale: #414141. Windows color (decimal): -13088961 or 4147000. OLE color: 4147000.

HSL color Cylindrical-coordinate representation of color #38473F: hue angle of 148º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #38473F is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB567163-
CMYK0.2100.110.72
HSL148º11.81%24.9%-
HSV(B)148º21.13%27.84%-
XYZ4.785.715.55-
YUV65.6126.53121.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.47%
GREEN value IS 71 (28.12% from 255) = 37.37%
BLUE value IS 63 (25% from 255) = 33.16%
R=29.47%
G=37.37%
B=33.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671630.2100.110.7214811.8124.9
Hex38473F150B4894c19
Octal7010777250131102241431
Binary11100010001111111111010101011100100010010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38473F; }

 p { color: rgb(56,71,63); }

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

<style>
 a { background-color: #38473F; }

 a { background-color: rgb(56,71,63); }

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

<style>
 span { border-color: #38473F; }

 span { border-color: rgb(56,71,63); }

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