#274127

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

Shades of Myrtle #274127

Tints of Myrtle #274127

Color information

#274127 (or 0x274127) is unknown color: approx Myrtle. HEX triplet: 27, 41 and 27. RGB value is (39,65,39). Sum of RGB (Red+Green+Blue) = 39+65+39=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #274127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274127 is #D8BED8. Grayscale: #363636. Windows color (decimal): -14204633 or 2572583. OLE color: 2572583.

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

Color convert

RGB396539-
CMYK0.4000.400.75
HSL120º25%20.39%-
HSV(B)120º40%25.49%-
XYZ3.094.362.6-
YUV54.26119.39117.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 65 (25.78% from 255) = 45.45%
BLUE value IS 39 (15.62% from 255) = 27.27%
R=27.27%
G=45.45%
B=27.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3965390.4000.400.751202520.39
Hex274127280284B781914
Octal4710147500501131703124
Binary10011110000011001111010000101000100101111110001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274127; }

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

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

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

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

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

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

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

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