Html Css Color HEX #38473F Celtic

📋 copy color: '#38473F'

red 56 ◦ green 71 ◦ blue 63

#38473F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celtic #38473F

Tints of Celtic #38473F

RGB

 RED value IS 56 (22.27% from 255) = 29.47%

 GREEN value IS 71 (28.13% from 255) = 37.37%

 BLUE value IS 63 (25% from 255) = 33.16%

R = 29.47%
G = 37.37%
B = 33.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#38473F (or 0x38473F) is known color: 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

RGB 56 71 63 -
CMYK 0.21 0 0.11 0.72
HSL 148º 0.12% 0.25% -
HSV(B) 148º 0.21% 0.28% -
XYZ 4.78 5.71 5.55 -
YUV 65.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 56 71 63 0.21 0 0.11 0.72 148 0.12 0.25
Hex 38 47 3F 15 0 B 48 94 C 19
Octal 70 107 77 25 0 13 110 224 14 31
Binary 111000 1000111 111111 10101 0 1011 1001000 10010100 1100 11001

Color Harmonies of #38473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38473F

Black with #38473F

Text Example


Text Example

White with #38473F

Text Example


Text Example

HTML Codes & Css Web 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>