#263F35

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

Shades of Celtic #263F35

Tints of Celtic #263F35

Color information

#263F35 (or 0x263F35) is unknown color: approx Celtic. HEX triplet: 26, 3F and 35. RGB value is (38,63,53). Sum of RGB (Red+Green+Blue) = 38+63+53=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 63 - color contains mainly: green. Hex color #263F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F35 is #D9C0CA. Grayscale: #363636. Windows color (decimal): -14270667 or 3489574. OLE color: 3489574.

HSL color Cylindrical-coordinate representation of color #263F35: hue angle of 156º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #263F35 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB386353-
CMYK0.4000.160.75
HSL156º24.75%19.8%-
HSV(B)156º39.68%24.71%-
XYZ3.224.224.01-
YUV54.38127.22116.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 63 (25% from 255) = 40.91%
BLUE value IS 53 (21.09% from 255) = 34.42%
R=24.68%
G=40.91%
B=34.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3863530.4000.160.7515624.7519.8
Hex263F35280104B9c1914
Octal467765500201132343124
Binary1001101111111101011010000100001001011100111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,63,53); }

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

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

 a { background-color: rgb(38,63,53); }

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

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

 span { border-color: rgb(38,63,53); }

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