#275315

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

Shades of Myrtle #275315

Tints of Myrtle #275315

Color information

#275315 (or 0x275315) is unknown color: approx Myrtle. HEX triplet: 27, 53 and 15. RGB value is (39,83,21). Sum of RGB (Red+Green+Blue) = 39+83+21=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 83 (32.81% from 255 or 58.04% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 83 - color contains mainly: green. Hex color #275315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275315 is #D8ACEA. Grayscale: #3E3E3E. Windows color (decimal): -14200043 or 1397543. OLE color: 1397543.

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

Color convert

RGB398321-
CMYK0.5300.750.67
HSL102.58º59.62%20.39%-
HSV(B)102.58º74.7%32.55%-
XYZ4.076.671.78-
YUV62.78104.42111.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 83 (32.81% from 255) = 58.04%
BLUE value IS 21 (8.59% from 255) = 14.69%
R=27.27%
G=58.04%
B=14.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983210.5300.750.67102.5859.6220.39
Hex2753153504B43673c14
Octal47123256501131031477424
Binary100111101001110101110101010010111000011110011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275315; }

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

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

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

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

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

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

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

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