#274525

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

Shades of Myrtle #274525

Tints of Myrtle #274525

Color information

#274525 (or 0x274525) is unknown color: approx Myrtle. HEX triplet: 27, 45 and 25. RGB value is (39,69,37). Sum of RGB (Red+Green+Blue) = 39+69+37=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #274525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274525 is #D8BADA. Grayscale: #383838. Windows color (decimal): -14203611 or 2442535. OLE color: 2442535.

HSL color Cylindrical-coordinate representation of color #274525: hue angle of 116.25º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #274525 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB396937-
CMYK0.4300.460.73
HSL116.25º30.19%20.78%-
HSV(B)116.25º46.38%27.06%-
XYZ3.34.822.51-
YUV56.38117.06115.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.90%
GREEN value IS 69 (27.34% from 255) = 47.59%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=26.90%
G=47.59%
B=25.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3969370.4300.460.73116.2530.1920.78
Hex2745252B02E49741e15
Octal4710545530561111643625
Binary10011110001011001011010110101110100100111101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274525; }

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

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

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

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

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

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

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

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