Html Css Color HEX #124003 Myrtle

📋 copy color: '#124003'

red 18 ◦ green 64 ◦ blue 3

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

Shades of Myrtle #124003

Tints of Myrtle #124003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 75.29%

 BLUE value IS 3 (1.56% from 255) = 3.53%

R = 21.18%
G = 75.29%
B = 3.53%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#124003 (or 0x124003) is known color: Myrtle. HEX triplet: 12, 40 and 03. RGB value is (18,64,3). Sum of RGB (Red+Green+Blue) = 18+64+3=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 64 (25.39% from 255 or 75.29% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 64 - color contains mainly: green. Hex color #124003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124003 is #EDBFFC. Grayscale: #2B2B2B. Windows color (decimal): -15581181 or 213010. OLE color: 213010.

HSL color Cylindrical-coordinate representation of color #124003: hue angle of 105.25º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #124003 is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 64 3 -
CMYK 0.72 0 0.95 0.75
HSL 105.25º 0.91% 0.13% -
HSV(B) 105.25º 0.95% 0.25% -
XYZ 2.1 3.8 0.71 -
YUV 43.29 105.26 109.96 -
System Red Green Blue C M Y K H S L
Decimal 18 64 3 0.72 0 0.95 0.75 105.25 0.91 0.13
Hex 12 40 3 48 0 5F 4B 69 5B D
Octal 22 100 3 110 0 137 113 151 133 15
Binary 10010 1000000 11 1001000 0 1011111 1001011 1101001 1011011 1101

Color Harmonies of #124003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124003

Black with #124003

Text Example


Text Example

White with #124003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124003; }

 p { color: rgb(18,64,3); }

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

background-color css

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

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

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

border-color css

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

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

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