#275B13

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

Shades of Myrtle #275B13

Tints of Myrtle #275B13

Color information

#275B13 (or 0x275B13) is unknown color: approx Myrtle. HEX triplet: 27, 5B and 13. RGB value is (39,91,19). Sum of RGB (Red+Green+Blue) = 39+91+19=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 91 (35.94% from 255 or 61.07% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 91 - color contains mainly: green. Hex color #275B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275B13 is #D8A4EC. Grayscale: #434343. Windows color (decimal): -14197997 or 1268519. OLE color: 1268519.

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

Color convert

RGB399119-
CMYK0.5700.790.64
HSL103.33º65.45%21.57%-
HSV(B)103.33º79.12%35.69%-
XYZ4.77.961.91-
YUV67.24100.77107.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.17%
GREEN value IS 91 (35.94% from 255) = 61.07%
BLUE value IS 19 (7.81% from 255) = 12.75%
R=26.17%
G=61.07%
B=12.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3991190.5700.790.64103.3365.4521.57
Hex275B133904F40674116
Octal471332371011710014710126
Binary1001111011011100111110010100111110000001100111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,91,19); }

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

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

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

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

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

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

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