#274125

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

Shades of Myrtle #274125

Tints of Myrtle #274125

Color information

#274125 (or 0x274125) is unknown color: approx Myrtle. HEX triplet: 27, 41 and 25. RGB value is (39,65,37). Sum of RGB (Red+Green+Blue) = 39+65+37=141 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.66% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #274125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274125 is #D8BEDA. Grayscale: #363636. Windows color (decimal): -14204635 or 2441511. OLE color: 2441511.

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

Color convert

RGB396537-
CMYK0.4000.430.75
HSL115.71º27.45%20%-
HSV(B)115.71º43.08%25.49%-
XYZ3.064.352.43-
YUV54.03118.39117.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.66%
GREEN value IS 65 (25.78% from 255) = 46.10%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=27.66%
G=46.10%
B=26.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3965370.4000.430.75115.7127.4520
Hex2741252802B4B741b14
Octal4710145500531131643324
Binary10011110000011001011010000101011100101111101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274125; }

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

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

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

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

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

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

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

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