#124003

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

Shades of Myrtle #124003

Tints of Myrtle #124003

Color information

#124003 (or 0x124003) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 03. RGB value is (18,64,3). Sum of RGB (Red+Green+Blue) = 18+64+3=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 64 (25.39% from 255 or 75.29% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 64 - color contains mainly: green. Hex color #124003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124003 is #EDBFFC. Grayscale: #2B2B2B. Windows color (decimal): -15581181 or 213010. OLE color: 213010.

HSL color Cylindrical-coordinate representation of color #124003: hue angle of 105.25º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #124003 is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB18643-
CMYK0.7200.950.75
HSL105.25º91.04%13.14%-
HSV(B)105.25º95.31%25.1%-
XYZ2.13.80.71-
YUV43.29105.26109.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 64 (25.39% from 255) = 75.29%
BLUE value IS 3 (1.56% from 255) = 3.53%
R=21.18%
G=75.29%
B=3.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal186430.7200.950.75105.2591.0413.14
Hex124034805F4B695bd
Octal221003110013711315113315
Binary100101000000111001000010111111001011110100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124003; }

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

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

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

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

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

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

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

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