#123008

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

Shades of Myrtle #123008

Tints of Myrtle #123008

Color information

#123008 (or 0x123008) is unknown color: approx Myrtle. HEX triplet: 12, 30 and 08. RGB value is (18,48,8). Sum of RGB (Red+Green+Blue) = 18+48+8=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #123008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123008 is #EDCFF7. Grayscale: #222222. Windows color (decimal): -15585272 or 536594. OLE color: 536594.

HSL color Cylindrical-coordinate representation of color #123008: hue angle of 105º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123008 is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB18488-
CMYK0.6300.830.81
HSL105º71.43%10.98%-
HSV(B)105º83.33%18.82%-
XYZ1.352.260.59-
YUV34.47113.06116.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.32%
GREEN value IS 48 (19.14% from 255) = 64.86%
BLUE value IS 8 (3.52% from 255) = 10.81%
R=24.32%
G=64.86%
B=10.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal184880.6300.830.8110571.4310.98
Hex123083F053516947b
Octal22601077012312115110713
Binary100101100001000111111010100111010001110100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123008; }

 p { color: rgb(18,48,8); }

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

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

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

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

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

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

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