#123D01

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

Shades of Myrtle #123D01

Tints of Myrtle #123D01

Color information

#123D01 (or 0x123D01) is unknown color: approx Myrtle. HEX triplet: 12, 3D and 01. RGB value is (18,61,1). Sum of RGB (Red+Green+Blue) = 18+61+1=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 61 (24.22% from 255 or 76.25% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 61 - color contains mainly: green. Hex color #123D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123D01 is #EDC2FE. Grayscale: #292929. Windows color (decimal): -15581951 or 81170. OLE color: 81170.

HSL color Cylindrical-coordinate representation of color #123D01: hue angle of 103º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #123D01 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB18611-
CMYK0.7000.980.76
HSL103º96.77%12.16%-
HSV(B)103º98.36%23.92%-
XYZ1.923.470.6-
YUV41.3105.25111.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 61 (24.22% from 255) = 76.25%
BLUE value IS 1 (0.78% from 255) = 1.25%
R=22.5%
G=76.25%
B=1.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal186110.7000.980.7610396.7712.16
Hex123D1460624C6761c
Octal22751106014211414714114
Binary1001011110111000110011000101001100110011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123D01; }

 p { color: rgb(18,61,1); }

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

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

 a { background-color: rgb(18,61,1); }

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

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

 span { border-color: rgb(18,61,1); }

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