Html Css Color HEX #145307 Myrtle

📋 copy color: '#145307'

red 20 ◦ green 83 ◦ blue 7

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

Shades of Myrtle #145307

Tints of Myrtle #145307

RGB

 RED value IS 20 (8.2% from 255) = 18.18%

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

 BLUE value IS 7 (3.13% from 255) = 6.36%

R = 18.18%
G = 75.45%
B = 6.36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#145307 (or 0x145307) is known color: Myrtle. HEX triplet: 14, 53 and 07. RGB value is (20,83,7). Sum of RGB (Red+Green+Blue) = 20+83+7=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #145307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145307 is #EBACF8. Grayscale: #373737. Windows color (decimal): -15445241 or 480020. OLE color: 480020.

HSL color Cylindrical-coordinate representation of color #145307: hue angle of 109.74º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145307 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 83 7 -
CMYK 0.76 0 0.92 0.67
HSL 109.74º 0.84% 0.18% -
HSV(B) 109.74º 0.92% 0.33% -
XYZ 3.42 6.35 1.25 -
YUV 55.5 100.63 102.68 -
System Red Green Blue C M Y K H S L
Decimal 20 83 7 0.76 0 0.92 0.67 109.74 0.84 0.18
Hex 14 53 7 4C 0 5C 43 6E 54 12
Octal 24 123 7 114 0 134 103 156 124 22
Binary 10100 1010011 111 1001100 0 1011100 1000011 1101110 1010100 10010

Color Harmonies of #145307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145307

Black with #145307

Text Example


Text Example

White with #145307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145307; }

 p { color: rgb(20,83,7); }

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

background-color css

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

 a { background-color: rgb(20,83,7); }

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

border-color css

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

 span { border-color: rgb(20,83,7); }

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