#263C32

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

Shades of Celtic #263C32

Tints of Celtic #263C32

Color information

#263C32 (or 0x263C32) is unknown color: approx Celtic. HEX triplet: 26, 3C and 32. RGB value is (38,60,50). Sum of RGB (Red+Green+Blue) = 38+60+50=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 60 - color contains mainly: green. Hex color #263C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263C32 is #D9C3CD. Grayscale: #343434. Windows color (decimal): -14271438 or 3292198. OLE color: 3292198.

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

Color convert

RGB386050-
CMYK0.3700.170.76
HSL152.73º22.45%19.22%-
HSV(B)152.73º36.67%23.53%-
XYZ2.993.873.61-
YUV52.28126.71117.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.68%
GREEN value IS 60 (23.83% from 255) = 40.54%
BLUE value IS 50 (19.92% from 255) = 33.78%
R=25.68%
G=40.54%
B=33.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3860500.3700.170.76152.7322.4519.22
Hex263C32250114C991613
Octal467462450211142312623
Binary1001101111001100101001010100011001100100110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263C32; }

 p { color: rgb(38,60,50); }

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

<style>
 a { background-color: #263C32; }

 a { background-color: rgb(38,60,50); }

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

<style>
 span { border-color: #263C32; }

 span { border-color: rgb(38,60,50); }

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