#275801

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

Shades of Myrtle #275801

Tints of Myrtle #275801

Color information

#275801 (or 0x275801) is unknown color: approx Myrtle. HEX triplet: 27, 58 and 01. RGB value is (39,88,1). Sum of RGB (Red+Green+Blue) = 39+88+1=128 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.47% from 128); Green value is 88 (34.77% from 255 or 68.75% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 88 - color contains mainly: green. Hex color #275801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275801 is #D8A7FE. Grayscale: #3F3F3F. Windows color (decimal): -14198783 or 88103. OLE color: 88103.

HSL color Cylindrical-coordinate representation of color #275801: hue angle of 93.79º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #275801 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB39881-
CMYK0.5600.990.65
HSL93.79º97.75%17.45%-
HSV(B)93.79º98.86%34.51%-
XYZ4.337.411.23-
YUV63.4392.77110.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.47%
GREEN value IS 88 (34.77% from 255) = 68.75%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=30.47%
G=68.75%
B=0.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal398810.5600.990.6593.7997.7517.45
Hex2758138063415e6211
Octal47130170014310113614221
Binary100111101100011110000110001110000011011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275801; }

 p { color: rgb(39,88,1); }

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

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

 a { background-color: rgb(39,88,1); }

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

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

 span { border-color: rgb(39,88,1); }

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