#263D38

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

Shades of Aztec #263D38

Tints of Aztec #263D38

Color information

#263D38 (or 0x263D38) is unknown color: approx Aztec. HEX triplet: 26, 3D and 38. RGB value is (38,61,56). Sum of RGB (Red+Green+Blue) = 38+61+56=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 61 - color contains mainly: green. Hex color #263D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D38 is #D9C2C7. Grayscale: #353535. Windows color (decimal): -14271176 or 3685670. OLE color: 3685670.

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

Color convert

RGB386156-
CMYK0.3800.080.76
HSL166.96º23.23%19.41%-
HSV(B)166.96º37.7%23.92%-
XYZ3.184.044.35-
YUV53.55129.38116.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.52%
GREEN value IS 61 (24.22% from 255) = 39.35%
BLUE value IS 56 (22.27% from 255) = 36.13%
R=24.52%
G=39.35%
B=36.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3861560.3800.080.76166.9623.2319.41
Hex263D3826084Ca71713
Octal467570460101142472723
Binary100110111101111000100110010001001100101001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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