#253E33

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

Shades of Celtic #253E33

Tints of Celtic #253E33

Color information

#253E33 (or 0x253E33) is unknown color: approx Celtic. HEX triplet: 25, 3E and 33. RGB value is (37,62,51). Sum of RGB (Red+Green+Blue) = 37+62+51=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 62 - color contains mainly: green. Hex color #253E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E33 is #DAC1CC. Grayscale: #353535. Windows color (decimal): -14336461 or 3358245. OLE color: 3358245.

HSL color Cylindrical-coordinate representation of color #253E33: hue angle of 153.6º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #253E33 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB376251-
CMYK0.4000.180.76
HSL153.6º25.25%19.41%-
HSV(B)153.6º40.32%24.31%-
XYZ3.084.083.76-
YUV53.27126.72116.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 62 (24.61% from 255) = 41.33%
BLUE value IS 51 (20.31% from 255) = 34%
R=24.67%
G=41.33%
B=34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3762510.4000.180.76153.625.2519.41
Hex253E33280124C9a1913
Octal457663500221142323123
Binary1001011111101100111010000100101001100100110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253E33; }

 p { color: rgb(37,62,51); }

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

<style>
 a { background-color: #253E33; }

 a { background-color: rgb(37,62,51); }

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

<style>
 span { border-color: #253E33; }

 span { border-color: rgb(37,62,51); }

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