#275018

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

Shades of Myrtle #275018

Tints of Myrtle #275018

Color information

#275018 (or 0x275018) is unknown color: approx Myrtle. HEX triplet: 27, 50 and 18. RGB value is (39,80,24). Sum of RGB (Red+Green+Blue) = 39+80+24=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #275018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275018 is #D8AFE7. Grayscale: #3D3D3D. Windows color (decimal): -14200808 or 1593383. OLE color: 1593383.

HSL color Cylindrical-coordinate representation of color #275018: hue angle of 103.93º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275018 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB398024-
CMYK0.5100.700.69
HSL103.93º53.85%20.39%-
HSV(B)103.93º70%31.37%-
XYZ3.876.231.86-
YUV61.36106.92112.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 80 (31.64% from 255) = 55.94%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=27.27%
G=55.94%
B=16.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3980240.5100.700.69103.9353.8520.39
Hex2750183304645683614
Octal47120306301061051506624
Binary100111101000011000110011010001101000101110100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275018; }

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

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

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

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

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

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

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

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