#274025

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

Shades of Myrtle #274025

Tints of Myrtle #274025

Color information

#274025 (or 0x274025) is unknown color: approx Myrtle. HEX triplet: 27, 40 and 25. RGB value is (39,64,37). Sum of RGB (Red+Green+Blue) = 39+64+37=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #274025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274025 is #D8BFDA. Grayscale: #353535. Windows color (decimal): -14204891 or 2441255. OLE color: 2441255.

HSL color Cylindrical-coordinate representation of color #274025: hue angle of 115.56º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #274025 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB396437-
CMYK0.3900.420.75
HSL115.56º26.73%19.8%-
HSV(B)115.56º42.19%25.1%-
XYZ34.232.41-
YUV53.45118.72117.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.86%
GREEN value IS 64 (25.39% from 255) = 45.71%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=27.86%
G=45.71%
B=26.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964370.3900.420.75115.5626.7319.8
Hex2740252702A4B741b14
Octal4710045470521131643324
Binary10011110000001001011001110101010100101111101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274025; }

 p { color: rgb(39,64,37); }

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

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

 a { background-color: rgb(39,64,37); }

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

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

 span { border-color: rgb(39,64,37); }

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