#275714

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

Shades of Myrtle #275714

Tints of Myrtle #275714

Color information

#275714 (or 0x275714) is unknown color: approx Myrtle. HEX triplet: 27, 57 and 14. RGB value is (39,87,20). Sum of RGB (Red+Green+Blue) = 39+87+20=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 87 (34.38% from 255 or 59.59% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 87 - color contains mainly: green. Hex color #275714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275714 is #D8A8EB. Grayscale: #414141. Windows color (decimal): -14199020 or 1333031. OLE color: 1333031.

HSL color Cylindrical-coordinate representation of color #275714: hue angle of 102.99º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275714 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB398720-
CMYK0.5500.770.66
HSL102.99º62.62%20.98%-
HSV(B)102.99º77.01%34.12%-
XYZ4.377.31.84-
YUV65.01102.6109.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.71%
GREEN value IS 87 (34.38% from 255) = 59.59%
BLUE value IS 20 (8.20% from 255) = 13.70%
R=26.71%
G=59.59%
B=13.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3987200.5500.770.66102.9962.6220.98
Hex2757143704D42673f15
Octal47127246701151021477725
Binary100111101011110100110111010011011000010110011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275714; }

 p { color: rgb(39,87,20); }

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

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

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

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

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

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

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