#275506

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

Shades of Myrtle #275506

Tints of Myrtle #275506

Color information

#275506 (or 0x275506) is unknown color: approx Myrtle. HEX triplet: 27, 55 and 06. RGB value is (39,85,6). Sum of RGB (Red+Green+Blue) = 39+85+6=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #275506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275506 is #D8AAF9. Grayscale: #3E3E3E. Windows color (decimal): -14199546 or 415015. OLE color: 415015.

HSL color Cylindrical-coordinate representation of color #275506: hue angle of 94.94º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #275506 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB39856-
CMYK0.5400.930.67
HSL94.94º86.81%17.84%-
HSV(B)94.94º92.94%33.33%-
XYZ4.126.941.3-
YUV62.2496.26111.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30%
GREEN value IS 85 (33.59% from 255) = 65.38%
BLUE value IS 6 (2.73% from 255) = 4.62%
R=30%
G=65.38%
B=4.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal398560.5400.930.6794.9486.8117.84
Hex275563605D435f5712
Octal47125666013510313712722
Binary10011110101011101101100101110110000111011111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275506; }

 p { color: rgb(39,85,6); }

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

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

 a { background-color: rgb(39,85,6); }

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

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

 span { border-color: rgb(39,85,6); }

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