#125303

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

Shades of Myrtle #125303

Tints of Myrtle #125303

Color information

#125303 (or 0x125303) is unknown color: approx Myrtle. HEX triplet: 12, 53 and 03. RGB value is (18,83,3). Sum of RGB (Red+Green+Blue) = 18+83+3=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 83 (32.81% from 255 or 79.81% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 83 - color contains mainly: green. Hex color #125303 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125303 is #EDACFC. Grayscale: #363636. Windows color (decimal): -15576317 or 217874. OLE color: 217874.

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

Color convert

RGB18833-
CMYK0.7800.960.67
HSL108.75º93.02%16.86%-
HSV(B)108.75º96.39%32.55%-
XYZ3.366.321.13-
YUV54.4498.97102-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 83 (32.81% from 255) = 79.81%
BLUE value IS 3 (1.56% from 255) = 2.88%
R=17.31%
G=79.81%
B=2.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal188330.7800.960.67108.7593.0216.86
Hex125334E060436d5d11
Octal221233116014010315513521
Binary1001010100111110011100110000010000111101101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125303; }

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

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

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

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

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

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

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

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