#323E38

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

Shades of Celtic #323E38

Tints of Celtic #323E38

Color information

#323E38 (or 0x323E38) is unknown color: approx Celtic. HEX triplet: 32, 3E and 38. RGB value is (50,62,56). Sum of RGB (Red+Green+Blue) = 50+62+56=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 62 - color contains mainly: green. Hex color #323E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E38 is #CDC1C7. Grayscale: #393939. Windows color (decimal): -13484488 or 3685938. OLE color: 3685938.

HSL color Cylindrical-coordinate representation of color #323E38: hue angle of 150º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #323E38 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB506256-
CMYK0.1900.100.76
HSL150º10.71%21.96%-
HSV(B)150º19.35%24.31%-
XYZ3.754.414.39-
YUV57.73127.02122.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.76%
GREEN value IS 62 (24.61% from 255) = 36.90%
BLUE value IS 56 (22.27% from 255) = 33.33%
R=29.76%
G=36.90%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5062560.1900.100.7615010.7121.96
Hex323E38130A4C96b16
Octal627670230121142261326
Binary1100101111101110001001101010100110010010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323E38; }

 p { color: rgb(50,62,56); }

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

<style>
 a { background-color: #323E38; }

 a { background-color: rgb(50,62,56); }

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

<style>
 span { border-color: #323E38; }

 span { border-color: rgb(50,62,56); }

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