#275312

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

Shades of Myrtle #275312

Tints of Myrtle #275312

Color information

#275312 (or 0x275312) is unknown color: approx Myrtle. HEX triplet: 27, 53 and 12. RGB value is (39,83,18). Sum of RGB (Red+Green+Blue) = 39+83+18=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #275312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275312 is #D8ACED. Grayscale: #3E3E3E. Windows color (decimal): -14200046 or 1200935. OLE color: 1200935.

HSL color Cylindrical-coordinate representation of color #275312: hue angle of 100.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #275312 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB398318-
CMYK0.5300.780.67
HSL100.62º64.36%19.8%-
HSV(B)100.62º78.31%32.55%-
XYZ4.046.661.65-
YUV62.43102.92111.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.86%
GREEN value IS 83 (32.81% from 255) = 59.29%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=27.86%
G=59.29%
B=12.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983180.5300.780.67100.6264.3619.8
Hex2753123504E43654014
Octal471232265011610314510024
Binary1001111010011100101101010100111010000111100101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275312; }

 p { color: rgb(39,83,18); }

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

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

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

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

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

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

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