#255014

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

Shades of Myrtle #255014

Tints of Myrtle #255014

Color information

#255014 (or 0x255014) is unknown color: approx Myrtle. HEX triplet: 25, 50 and 14. RGB value is (37,80,20). Sum of RGB (Red+Green+Blue) = 37+80+20=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #255014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255014 is #DAAFEB. Grayscale: #3C3C3C. Windows color (decimal): -14331884 or 1331237. OLE color: 1331237.

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

Color convert

RGB378020-
CMYK0.5400.750.69
HSL103º60%19.61%-
HSV(B)103º75%31.37%-
XYZ3.766.181.66-
YUV60.3105.25111.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 80 (31.64% from 255) = 58.39%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=27.01%
G=58.39%
B=14.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3780200.5400.750.691036019.61
Hex2550143604B45673c14
Octal45120246601131051477424
Binary100101101000010100110110010010111000101110011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255014; }

 p { color: rgb(37,80,20); }

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

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

 a { background-color: rgb(37,80,20); }

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

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

 span { border-color: rgb(37,80,20); }

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