#253C1F

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

Shades of Myrtle #253C1F

Tints of Myrtle #253C1F

Color information

#253C1F (or 0x253C1F) is unknown color: approx Myrtle. HEX triplet: 25, 3C and 1F. RGB value is (37,60,31). Sum of RGB (Red+Green+Blue) = 37+60+31=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 60 (23.83% from 255 or 46.88% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 60 - color contains mainly: green. Hex color #253C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C1F is #DAC3E0. Grayscale: #313131. Windows color (decimal): -14336993 or 2047013. OLE color: 2047013.

HSL color Cylindrical-coordinate representation of color #253C1F: hue angle of 107.59º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #253C1F is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB376031-
CMYK0.3800.480.76
HSL107.59º31.87%17.84%-
HSV(B)107.59º48.33%23.53%-
XYZ2.633.721.88-
YUV49.82117.38118.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 60 (23.83% from 255) = 46.88%
BLUE value IS 31 (12.5% from 255) = 24.22%
R=28.91%
G=46.88%
B=24.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3760310.3800.480.76107.5931.8717.84
Hex253C1F260304C6c2012
Octal457437460601141544022
Binary1001011111001111110011001100001001100110110010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,60,31); }

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

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

 a { background-color: rgb(37,60,31); }

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

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

 span { border-color: rgb(37,60,31); }

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