#38423D

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

Shades of Celtic #38423D

Tints of Celtic #38423D

Color information

#38423D (or 0x38423D) is unknown color: approx Celtic. HEX triplet: 38, 42 and 3D. RGB value is (56,66,61). Sum of RGB (Red+Green+Blue) = 56+66+61=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 66 - color contains mainly: green. Hex color #38423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38423D is #C7BDC2. Grayscale: #3E3E3E. Windows color (decimal): -13090243 or 4014648. OLE color: 4014648.

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

Color convert

RGB566661-
CMYK0.1500.080.74
HSL150º8.2%23.92%-
HSV(B)150º15.15%25.88%-
XYZ4.425.075.16-
YUV62.44127.19123.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 61 (24.22% from 255) = 33.33%
R=30.60%
G=36.07%
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.74
SystemRedGreenBlueCMYKHSL
Decimal5666610.1500.080.741508.223.92
Hex38423DF084A96818
Octal7010275170101122261030
Binary1110001000010111101111101000100101010010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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