Html Css Color HEX #124B09 Myrtle

📋 copy color: '#124B09'

red 18 ◦ green 75 ◦ blue 9

#124B09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #124B09

Tints of Myrtle #124B09

RGB

 RED value IS 18 (7.42% from 255) = 17.65%

 GREEN value IS 75 (29.69% from 255) = 73.53%

 BLUE value IS 9 (3.91% from 255) = 8.82%

R = 17.65%
G = 73.53%
B = 8.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#124B09 (or 0x124B09) is known color: Myrtle. HEX triplet: 12, 4B and 09. RGB value is (18,75,9). Sum of RGB (Red+Green+Blue) = 18+75+9=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 75 (29.69% from 255 or 73.53% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 75 - color contains mainly: green. Hex color #124B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124B09 is #EDB4F6. Grayscale: #323232. Windows color (decimal): -15578359 or 609042. OLE color: 609042.

HSL color Cylindrical-coordinate representation of color #124B09: hue angle of 111.82º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124B09 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 75 9 -
CMYK 0.76 0 0.88 0.71
HSL 111.82º 0.79% 0.16% -
HSV(B) 111.82º 0.88% 0.29% -
XYZ 2.81 5.18 1.11 -
YUV 50.43 104.62 104.87 -
System Red Green Blue C M Y K H S L
Decimal 18 75 9 0.76 0 0.88 0.71 111.82 0.79 0.16
Hex 12 4B 9 4C 0 58 47 70 4F 10
Octal 22 113 11 114 0 130 107 160 117 20
Binary 10010 1001011 1001 1001100 0 1011000 1000111 1110000 1001111 10000

Color Harmonies of #124B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B09

Black with #124B09

Text Example


Text Example

White with #124B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124B09; }

 p { color: rgb(18,75,9); }

 H1.HeaderClassName
 {
   color: #124B09;
 }
 .AnyTagClassName
 {
   color: #124B09;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #124B09;
 }
 .BgClassName
 {
   background-color: #124B09;
 }
</style>

border-color css

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

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

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