Html Css Color HEX #253D32 Celtic

📋 copy color: '#253D32'

red 37 ◦ green 61 ◦ blue 50

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

Shades of Celtic #253D32

Tints of Celtic #253D32

RGB

 RED value IS 37 (14.84% from 255) = 25%

 GREEN value IS 61 (24.22% from 255) = 41.22%

 BLUE value IS 50 (19.92% from 255) = 33.78%

R = 25%
G = 41.22%
B = 33.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#253D32 (or 0x253D32) is known color: Celtic. HEX triplet: 25, 3D and 32. RGB value is (37,61,50). Sum of RGB (Red+Green+Blue) = 37+61+50=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 61 - color contains mainly: green. Hex color #253D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D32 is #DAC2CD. Grayscale: #343434. Windows color (decimal): -14336718 or 3292453. OLE color: 3292453.

HSL color Cylindrical-coordinate representation of color #253D32: hue angle of 152.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 #253D32 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 61 50 -
CMYK 0.39 0 0.18 0.76
HSL 152.5º 0.24% 0.19% -
HSV(B) 152.5º 0.39% 0.24% -
XYZ 3.01 3.96 3.62 -
YUV 52.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 37 61 50 0.39 0 0.18 0.76 152.5 0.24 0.19
Hex 25 3D 32 27 0 12 4C 98 18 13
Octal 45 75 62 47 0 22 114 230 30 23
Binary 100101 111101 110010 100111 0 10010 1001100 10011000 11000 10011

Color Harmonies of #253D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D32

Black with #253D32

Text Example


Text Example

White with #253D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #253D32;
 }
 .AnyTagClassName
 {
   color: #253D32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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