#253D34

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

Shades of Celtic #253D34

Tints of Celtic #253D34

Color information

#253D34 (or 0x253D34) is unknown color: approx Celtic. HEX triplet: 25, 3D and 34. RGB value is (37,61,52). Sum of RGB (Red+Green+Blue) = 37+61+52=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 61 - color contains mainly: green. Hex color #253D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D34 is #DAC2CB. Grayscale: #343434. Windows color (decimal): -14336716 or 3423525. OLE color: 3423525.

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

Color convert

RGB376152-
CMYK0.3900.150.76
HSL157.5º24.49%19.22%-
HSV(B)157.5º39.34%23.92%-
XYZ3.053.983.86-
YUV52.8127.55116.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 61 (24.22% from 255) = 40.67%
BLUE value IS 52 (20.70% from 255) = 34.67%
R=24.67%
G=40.67%
B=34.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3761520.3900.150.76157.524.4919.22
Hex253D34270F4C9e1813
Octal457564470171142363023
Binary100101111101110100100111011111001100100111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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