#253F34

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

Shades of Celtic #253F34

Tints of Celtic #253F34

Color information

#253F34 (or 0x253F34) is unknown color: approx Celtic. HEX triplet: 25, 3F and 34. RGB value is (37,63,52). Sum of RGB (Red+Green+Blue) = 37+63+52=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 63 - color contains mainly: green. Hex color #253F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F34 is #DAC0CB. Grayscale: #353535. Windows color (decimal): -14336204 or 3424037. OLE color: 3424037.

HSL color Cylindrical-coordinate representation of color #253F34: hue angle of 154.62º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #253F34 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB376352-
CMYK0.4100.170.75
HSL154.62º26%19.61%-
HSV(B)154.62º41.27%24.71%-
XYZ3.164.23.89-
YUV53.97126.89115.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 63 (25% from 255) = 41.45%
BLUE value IS 52 (20.70% from 255) = 34.21%
R=24.34%
G=41.45%
B=34.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3763520.4100.170.75154.622619.61
Hex253F34290114B9b1a14
Octal457764510211132333224
Binary1001011111111101001010010100011001011100110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,63,52); }

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

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

 a { background-color: rgb(37,63,52); }

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

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

 span { border-color: rgb(37,63,52); }

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