#265014

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

Shades of Myrtle #265014

Tints of Myrtle #265014

Color information

#265014 (or 0x265014) is unknown color: approx Myrtle. HEX triplet: 26, 50 and 14. RGB value is (38,80,20). Sum of RGB (Red+Green+Blue) = 38+80+20=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #265014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265014 is #D9AFEB. Grayscale: #3C3C3C. Windows color (decimal): -14266348 or 1331238. OLE color: 1331238.

HSL color Cylindrical-coordinate representation of color #265014: hue angle of 102º 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 #265014 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB388020-
CMYK0.5200.750.69
HSL102º60%19.61%-
HSV(B)102º75%31.37%-
XYZ3.796.21.66-
YUV60.6105.09111.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.54%
GREEN value IS 80 (31.64% from 255) = 57.97%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=27.54%
G=57.97%
B=14.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3880200.5200.750.691026019.61
Hex2650143404B45663c14
Octal46120246401131051467424
Binary100110101000010100110100010010111000101110011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265014; }

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

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

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

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

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

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

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

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