Html Css Color HEX #125C18 Myrtle

📋 copy color: '#125C18'

red 18 ◦ green 92 ◦ blue 24

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

Shades of Myrtle #125C18

Tints of Myrtle #125C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 68.66%

 BLUE value IS 24 (9.77% from 255) = 17.91%

R = 13.43%
G = 68.66%
B = 17.91%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#125C18 (or 0x125C18) is known color: Myrtle. HEX triplet: 12, 5C and 18. RGB value is (18,92,24). Sum of RGB (Red+Green+Blue) = 18+92+24=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 92 (36.33% from 255 or 68.66% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 92 - color contains mainly: green. Hex color #125C18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125C18 is #EDA3E7. Grayscale: #3E3E3E. Windows color (decimal): -15573992 or 1596434. OLE color: 1596434.

HSL color Cylindrical-coordinate representation of color #125C18: hue angle of 124.86º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C18 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 92 24 -
CMYK 0.80 0 0.74 0.64
HSL 124.86º 0.67% 0.22% -
HSV(B) 124.86º 0.8% 0.36% -
XYZ 4.24 7.85 2.16 -
YUV 62.12 106.48 96.53 -
System Red Green Blue C M Y K H S L
Decimal 18 92 24 0.80 0 0.74 0.64 124.86 0.67 0.22
Hex 12 5C 18 50 0 4A 40 7D 43 16
Octal 22 134 30 120 0 112 100 175 103 26
Binary 10010 1011100 11000 1010000 0 1001010 1000000 1111101 1000011 10110

Color Harmonies of #125C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C18

Black with #125C18

Text Example


Text Example

White with #125C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125C18; }

 p { color: rgb(18,92,24); }

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

background-color css

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

 a { background-color: rgb(18,92,24); }

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

border-color css

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

 span { border-color: rgb(18,92,24); }

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