#123201

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

Shades of Myrtle #123201

Tints of Myrtle #123201

Color information

#123201 (or 0x123201) is unknown color: approx Myrtle. HEX triplet: 12, 32 and 01. RGB value is (18,50,1). Sum of RGB (Red+Green+Blue) = 18+50+1=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 50 (19.92% from 255 or 72.46% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 50 - color contains mainly: green. Hex color #123201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123201 is #EDCDFE. Grayscale: #232323. Windows color (decimal): -15584767 or 78354. OLE color: 78354.

HSL color Cylindrical-coordinate representation of color #123201: hue angle of 99.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #123201 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB18501-
CMYK0.6400.980.80
HSL99.18º96.08%10%-
HSV(B)99.18º98%19.61%-
XYZ1.42.410.42-
YUV34.85108.9115.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 50 (19.92% from 255) = 72.46%
BLUE value IS 1 (0.78% from 255) = 1.45%
R=26.09%
G=72.46%
B=1.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal185010.6400.980.8099.1896.0810
Hex1232140062506360a
Octal22621100014212014314012
Binary1001011001011000000011000101010000110001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123201; }

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

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

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

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

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

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

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

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