#38413C

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

Shades of Celtic #38413C

Tints of Celtic #38413C

Color information

#38413C (or 0x38413C) is unknown color: approx Celtic. HEX triplet: 38, 41 and 3C. RGB value is (56,65,60). Sum of RGB (Red+Green+Blue) = 56+65+60=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 65 - color contains mainly: green. Hex color #38413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38413C is #C7BEC3. Grayscale: #3D3D3D. Windows color (decimal): -13090500 or 3948856. OLE color: 3948856.

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

Color convert

RGB566560-
CMYK0.1400.080.75
HSL146.67º7.44%23.73%-
HSV(B)146.67º13.85%25.49%-
XYZ4.344.955-
YUV61.74127.02123.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 60 (23.83% from 255) = 33.15%
R=30.94%
G=35.91%
B=33.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665600.1400.080.75146.677.4423.73
Hex38413CE084B93718
Octal701017416010113223730
Binary111000100000111110011100100010010111001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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