Html Css Color HEX #125316 Myrtle

📋 copy color: '#125316'

red 18 ◦ green 83 ◦ blue 22

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

Shades of Myrtle #125316

Tints of Myrtle #125316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 67.48%

 BLUE value IS 22 (8.98% from 255) = 17.89%

R = 14.63%
G = 67.48%
B = 17.89%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#125316 (or 0x125316) is known color: Myrtle. HEX triplet: 12, 53 and 16. RGB value is (18,83,22). Sum of RGB (Red+Green+Blue) = 18+83+22=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #125316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125316 is #EDACE9. Grayscale: #383838. Windows color (decimal): -15576298 or 1463058. OLE color: 1463058.

HSL color Cylindrical-coordinate representation of color #125316: hue angle of 123.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125316 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 83 22 -
CMYK 0.78 0 0.73 0.67
HSL 123.69º 0.64% 0.2% -
HSV(B) 123.69º 0.78% 0.33% -
XYZ 3.49 6.37 1.81 -
YUV 56.61 108.47 100.46 -
System Red Green Blue C M Y K H S L
Decimal 18 83 22 0.78 0 0.73 0.67 123.69 0.64 0.2
Hex 12 53 16 4E 0 49 43 7C 40 14
Octal 22 123 26 116 0 111 103 174 100 24
Binary 10010 1010011 10110 1001110 0 1001001 1000011 1111100 1000000 10100

Color Harmonies of #125316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125316

Black with #125316

Text Example


Text Example

White with #125316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125316; }

 p { color: rgb(18,83,22); }

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

background-color css

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

 a { background-color: rgb(18,83,22); }

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

border-color css

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

 span { border-color: rgb(18,83,22); }

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