#255312

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

Shades of Myrtle #255312

Tints of Myrtle #255312

Color information

#255312 (or 0x255312) is unknown color: approx Myrtle. HEX triplet: 25, 53 and 12. RGB value is (37,83,18). Sum of RGB (Red+Green+Blue) = 37+83+18=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #255312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255312 is #DAACED. Grayscale: #3E3E3E. Windows color (decimal): -14331118 or 1200933. OLE color: 1200933.

HSL color Cylindrical-coordinate representation of color #255312: hue angle of 102.46º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #255312 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB378318-
CMYK0.5500.780.67
HSL102.46º64.36%19.8%-
HSV(B)102.46º78.31%32.55%-
XYZ3.976.621.64-
YUV61.84103.26110.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.81%
GREEN value IS 83 (32.81% from 255) = 60.14%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=26.81%
G=60.14%
B=13.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3783180.5500.780.67102.4664.3619.8
Hex2553123704E43664014
Octal451232267011610314610024
Binary1001011010011100101101110100111010000111100110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255312; }

 p { color: rgb(37,83,18); }

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

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

 a { background-color: rgb(37,83,18); }

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

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

 span { border-color: rgb(37,83,18); }

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