Html Css Color HEX #124B04 Myrtle

📋 copy color: '#124B04'

red 18 ◦ green 75 ◦ blue 4

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

Shades of Myrtle #124B04

Tints of Myrtle #124B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.12%

R = 18.56%
G = 77.32%
B = 4.12%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#124B04 (or 0x124B04) is known color: Myrtle. HEX triplet: 12, 4B and 04. RGB value is (18,75,4). Sum of RGB (Red+Green+Blue) = 18+75+4=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 75 (29.69% from 255 or 77.32% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 75 - color contains mainly: green. Hex color #124B04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124B04 is #EDB4FB. Grayscale: #323232. Windows color (decimal): -15578364 or 281362. OLE color: 281362.

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

Color convert

RGB 18 75 4 -
CMYK 0.76 0 0.95 0.71
HSL 108.17º 0.9% 0.15% -
HSV(B) 108.17º 0.95% 0.29% -
XYZ 2.79 5.17 0.97 -
YUV 49.86 102.12 105.27 -
System Red Green Blue C M Y K H S L
Decimal 18 75 4 0.76 0 0.95 0.71 108.17 0.9 0.15
Hex 12 4B 4 4C 0 5F 47 6C 5A F
Octal 22 113 4 114 0 137 107 154 132 17
Binary 10010 1001011 100 1001100 0 1011111 1000111 1101100 1011010 1111

Color Harmonies of #124B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B04

Black with #124B04

Text Example


Text Example

White with #124B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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