#253F32

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

Shades of English Holly #253F32

Tints of English Holly #253F32

Color information

#253F32 (or 0x253F32) is unknown color: approx English Holly. HEX triplet: 25, 3F and 32. RGB value is (37,63,50). Sum of RGB (Red+Green+Blue) = 37+63+50=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 63 - color contains mainly: green. Hex color #253F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F32 is #DAC0CD. Grayscale: #353535. Windows color (decimal): -14336206 or 3292965. OLE color: 3292965.

HSL color Cylindrical-coordinate representation of color #253F32: hue angle of 150º 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 #253F32 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.

Color convert

RGB376350-
CMYK0.4100.210.75
HSL150º26%19.61%-
HSV(B)150º41.27%24.71%-
XYZ3.124.183.66-
YUV53.74125.89116.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 63 (25% from 255) = 42%
BLUE value IS 50 (19.92% from 255) = 33.33%
R=24.67%
G=42%
B=33.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3763500.4100.210.751502619.61
Hex253F32290154B961a14
Octal457762510251132263224
Binary1001011111111100101010010101011001011100101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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