#123812

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

Shades of Myrtle #123812

Tints of Myrtle #123812

Color information

#123812 (or 0x123812) is unknown color: approx Myrtle. HEX triplet: 12, 38 and 12. RGB value is (18,56,18). Sum of RGB (Red+Green+Blue) = 18+56+18=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 56 (22.27% from 255 or 60.87% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 56 - color contains mainly: green. Hex color #123812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123812 is #EDC7ED. Grayscale: #282828. Windows color (decimal): -15583214 or 1194002. OLE color: 1194002.

HSL color Cylindrical-coordinate representation of color #123812: hue angle of 120º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123812 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB185618-
CMYK0.6800.680.78
HSL120º51.35%14.51%-
HSV(B)120º67.86%21.96%-
XYZ1.7731.06-
YUV40.31115.41112.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 56 (22.27% from 255) = 60.87%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=19.57%
G=60.87%
B=19.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856180.6800.680.7812051.3514.51
Hex123812440444E7833f
Octal22702210401041161706317
Binary1001011100010010100010001000100100111011110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123812; }

 p { color: rgb(18,56,18); }

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

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

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

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

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

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

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