#274026

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

Shades of Myrtle #274026

Tints of Myrtle #274026

Color information

#274026 (or 0x274026) is unknown color: approx Myrtle. HEX triplet: 27, 40 and 26. RGB value is (39,64,38). Sum of RGB (Red+Green+Blue) = 39+64+38=141 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.66% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #274026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274026 is #D8BFD9. Grayscale: #353535. Windows color (decimal): -14204890 or 2506791. OLE color: 2506791.

HSL color Cylindrical-coordinate representation of color #274026: hue angle of 117.69º degrees, saturation: 0.25, 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 #274026 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB396438-
CMYK0.3900.410.75
HSL117.69º25.49%20%-
HSV(B)117.69º40.62%25.1%-
XYZ3.024.242.49-
YUV53.56119.22117.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.66%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=27.66%
G=45.39%
B=26.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964380.3900.410.75117.6925.4920
Hex274026270294B761914
Octal4710046470511131663124
Binary10011110000001001101001110101001100101111101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274026; }

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

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

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

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

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

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

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

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