#275013

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

Shades of Myrtle #275013

Tints of Myrtle #275013

Color information

#275013 (or 0x275013) is unknown color: approx Myrtle. HEX triplet: 27, 50 and 13. RGB value is (39,80,19). Sum of RGB (Red+Green+Blue) = 39+80+19=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #275013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275013 is #D8AFEC. Grayscale: #3C3C3C. Windows color (decimal): -14200813 or 1265703. OLE color: 1265703.

HSL color Cylindrical-coordinate representation of color #275013: hue angle of 100.33º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #275013 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB398019-
CMYK0.5100.760.69
HSL100.33º61.62%19.41%-
HSV(B)100.33º76.25%31.37%-
XYZ3.826.221.61-
YUV60.79104.42112.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.26%
GREEN value IS 80 (31.64% from 255) = 57.97%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=28.26%
G=57.97%
B=13.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3980190.5100.760.69100.3361.6219.41
Hex2750133304C45643e13
Octal47120236301141051447623
Binary100111101000010011110011010011001000101110010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275013; }

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

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

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

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

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

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

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

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