#123A05

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

Shades of Myrtle #123A05

Tints of Myrtle #123A05

Color information

#123A05 (or 0x123A05) is unknown color: approx Myrtle. HEX triplet: 12, 3A and 05. RGB value is (18,58,5). Sum of RGB (Red+Green+Blue) = 18+58+5=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 58 (23.05% from 255 or 71.60% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 58 - color contains mainly: green. Hex color #123A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123A05 is #EDC5FA. Grayscale: #282828. Windows color (decimal): -15582715 or 342546. OLE color: 342546.

HSL color Cylindrical-coordinate representation of color #123A05: hue angle of 105.28º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123A05 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.

Color convert

RGB18585-
CMYK0.6900.910.77
HSL105.28º84.13%12.35%-
HSV(B)105.28º91.38%22.75%-
XYZ1.793.170.66-
YUV40108.25112.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 58 (23.05% from 255) = 71.60%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=22.22%
G=71.60%
B=6.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal185850.6900.910.77105.2884.1312.35
Hex123A54505B4D6954c
Octal22725105013311515112414
Binary100101110101011000101010110111001101110100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,58,5); }

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

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

 a { background-color: rgb(18,58,5); }

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

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

 span { border-color: rgb(18,58,5); }

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