Html Css Color HEX #253D34 Celtic

📋 copy color: '#253D34'

red 37 ◦ green 61 ◦ blue 52

#253D34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celtic #253D34

Tints of Celtic #253D34

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.7% from 255) = 34.67%

R = 24.67%
G = 40.67%
B = 34.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#253D34 (or 0x253D34) is known color: 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

RGB 37 61 52 -
CMYK 0.39 0 0.15 0.76
HSL 157.5º 0.24% 0.19% -
HSV(B) 157.5º 0.39% 0.24% -
XYZ 3.05 3.98 3.86 -
YUV 52.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 37 61 52 0.39 0 0.15 0.76 157.5 0.24 0.19
Hex 25 3D 34 27 0 F 4C 9E 18 13
Octal 45 75 64 47 0 17 114 236 30 23
Binary 100101 111101 110100 100111 0 1111 1001100 10011110 11000 10011

Color Harmonies of #253D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D34

Black with #253D34

Text Example


Text Example

White with #253D34

Text Example


Text Example

HTML Codes & Css Web 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>