Html Css Color HEX #12530B Myrtle

📋 copy color: '#12530B'

red 18 ◦ green 83 ◦ blue 11

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

Shades of Myrtle #12530B

Tints of Myrtle #12530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.82%

R = 16.07%
G = 74.11%
B = 9.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#12530B (or 0x12530B) is known color: Myrtle. HEX triplet: 12, 53 and 0B. RGB value is (18,83,11). Sum of RGB (Red+Green+Blue) = 18+83+11=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 83 (32.81% from 255 or 74.11% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 83 - color contains mainly: green. Hex color #12530B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12530B is #EDACF4. Grayscale: #373737. Windows color (decimal): -15576309 or 742162. OLE color: 742162.

HSL color Cylindrical-coordinate representation of color #12530B: hue angle of 114.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12530B is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 83 11 -
CMYK 0.78 0 0.87 0.67
HSL 114.17º 0.77% 0.18% -
HSV(B) 114.17º 0.87% 0.33% -
XYZ 3.4 6.34 1.36 -
YUV 55.36 102.97 101.35 -
System Red Green Blue C M Y K H S L
Decimal 18 83 11 0.78 0 0.87 0.67 114.17 0.77 0.18
Hex 12 53 B 4E 0 57 43 72 4D 12
Octal 22 123 13 116 0 127 103 162 115 22
Binary 10010 1010011 1011 1001110 0 1010111 1000011 1110010 1001101 10010

Color Harmonies of #12530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12530B

Black with #12530B

Text Example


Text Example

White with #12530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12530B; }

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

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

background-color css

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

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

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

border-color css

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

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

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