#275D14

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

Shades of Myrtle #275D14

Tints of Myrtle #275D14

Color information

#275D14 (or 0x275D14) is unknown color: approx Myrtle. HEX triplet: 27, 5D and 14. RGB value is (39,93,20). Sum of RGB (Red+Green+Blue) = 39+93+20=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 93 (36.72% from 255 or 61.18% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 93 - color contains mainly: green. Hex color #275D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275D14 is #D8A2EB. Grayscale: #444444. Windows color (decimal): -14197484 or 1334567. OLE color: 1334567.

HSL color Cylindrical-coordinate representation of color #275D14: hue angle of 104.38º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #275D14 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB399320-
CMYK0.5800.780.64
HSL104.38º64.6%22.16%-
HSV(B)104.38º78.49%36.47%-
XYZ4.888.312.01-
YUV68.53100.61106.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.66%
GREEN value IS 93 (36.72% from 255) = 61.18%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=25.66%
G=61.18%
B=13.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3993200.5800.780.64104.3864.622.16
Hex275D143A04E40684116
Octal471352472011610015010126
Binary1001111011101101001110100100111010000001101000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275D14; }

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

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

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

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

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

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

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

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